> I'm using version 1.0.1 that was downloaded a few days ago. I'll > download the latest and see if it doesn't fix it. > > BTW, how do I specify the 'height: auto' to slideToggle()?
It's an automatic thing, determined by jQuery. However, if you want to force it you can do: $(...).slideToggle("slow",function(){ $(this).height("auto"); }); --John _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/