> We can't use the more familiar "display" property here, because objects with > "display" set to "none" are not rendered at all, so they have no dimensions > to measure.
This is precisely what jQuery does already. It adds the element to the body, with a visibility of hidden - just to get a semi-correct width/height reading. It's very frustrating. --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
