problem with jquery.hide

problem with jquery.hide

Hi, I'm trying to hide some content using an animated hide. I notice that during the animation jquery sets the overflow to hidden to ensure that contents do not overflow the container during the animation. In my case this does not appear to be working because the contents are spilling out over the confines of the container during the animation.

I don't believe this is actually a jquery bug because it works fine when I write a simple test. I believe it might be an IE bug and was wandering if anyone knew what it was. It seems that in some cases in IE, the overflow:hidden porpery on a div does not work. I know for one that if the div contains a table that has it's position set to relative, and that table overflows the div, setting overflow:hidden on the div will not work. I have rules that case out but was wandering if there areny other known issues with overflow:hidden in IE.

thanks, in advance.

Julian