Re: Difficult to edit text in floated div

  •  03-31-2008, 2:03 PM

    Re: Difficult to edit text in floated div

    we use this following code...
     
    <div style="float: right"><p>Click here pause and then click again to insert text here</p></div>
     
    and the float seems to create a delay when we want to get within that space (for instance, highlight the text) -- try it yourself by going to the bottom and switching from normal to HTML, paste that in and try to edit the text.  The work around we've found is if you click the box and wait ...then click again and wait, it seems to get to where you'd expect.  It's really strange, and we've yet to come up with a clear reason (or fix) for this.
     
    Does that make sense?
     
     
View Complete Thread