slideToggle hiding child node contents in IE6

slideToggle hiding child node contents in IE6

Hi, I've been using jQuery's slideToggle function to toggle the display of elements. It works fine in all other browsers except for IE6. In IE6, it will perform the animation, and you can see the contents of the hidden elements BUT only when the animation is taking place. Once it is finished sliding, the content hides again, while leaving the empty space where the content should be.

Any help on this would be great, thanks!