> If I change line 943:
>
> jQuery.swap( e, { visibility: "hidden", position: "absolute", display:
> "block" },
>
> to this:
>
> jQuery.swap( e, { display: "block" },

That code is in place to stop the "flash of content" that can occur
when determining the true height of the element. Unfortunately, it
seems that it has trouble with content whose width/height is 'auto'
and located within a confined  container.

One quick thing about your demo page - you have some PHP at the top of
your jquery.js file which causes issues in Opera, etc.

I'll see if I can get a demo up of my page, that works, without that
particular change.

--John

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to