> position: "absolute" becomes position: "static", prependTo("body")[0]
> becomes prependTo(e.parentNode)[0]

However, the problem continues to be that you can't do that without
severe implications. Since you're adding an additional element into
the parent, it will push the rest of the contents down - and that will
definitely cause a flash of content moving around. If we can ever,
reliably, figure out how to get the accurate height/width of an
element that has display: none, that'll sure be nice.

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to