On Thu, Mar 5, 2009 at 11:01 AM, ricardobeat <ricardob...@gmail.com> wrote: > > Insert anywhere and use position:absolute.
Would the text re-flow around the div, though? I'd imagine it wouldn't. If not, I suppose you could get the insertion point within the div's text, using textrange, then replace it with a copy that includes the new div at that position. Possible?