I have a page with a fieldset that contains a div with an overflow-y set as auto.
If I do a slideup or slidetoggle on that fieldset, the div with the scroll bar does not slide up correctly. Instead it just stays completely visible until the slide has finished, at which point it disappears. Any other elements in the fieldset slide correctly. It reminds me of the IE6 problem where you need an iframe shim to stop windowed controls showing through. If you surround the fieldset with a div and do the slide on that, it works correctly. This is only an issue in firefox - IE6 and IE7 are fine. Anyone come across this issue too and have a work around? I would rather avoid adding unnecessary elements. TIA, Dan