Hi,

I recently upgraded my web project from 1.2.6. (I love the speed
improvements!)

The HTML in the project has a lot of floating elements. And when I
call the fadeOut effect on the parent div. The child elements aren't
hiding like they used to. (Side Note: fadeIn does work) Example:

<div id="fadeMeOut">
     <div style="float:left;clear:both;">
          <div style="float:left; margin-right: 10px;">Box 1 (needs to
hide)</div>
          <div style="float:left;">Box 2 (needs to hide)</div>
</div>

$("#fadeMeOut").fadeOut("slow");

Google and docs.jquery.com, and the 1.3.2 release notes haven't given
me any helpful hints as to why this is. The only thing I can think of
is that the new :hidden/:visible rewrite has this function broken.

Any help to get this patched would be greatly appreciated. Or a work
around that doesn't include removing the floats.

Thanks,
Chad Shryock

Reply via email to