On Oct 11, 2006, at 15:19, Tom Elsner wrote:
> div and I use slideDown() the div has a fixed height of 1px (looking
> at the generated code) which breaks the html in firefox and the
> animation in explorer (it slidesDown twice). It seems that the height
> of the element is retained although I use remove() to delete it. Does
> anyone have any ideas?
I had similar problem with nested divs and slideUp/Down(). I ended up
removing the height attribute after calling those functions with
something like:
-cut-
$(this).slideUp('fast', function() {
$(this).height('');
});
-cut-
--
Mika Tuupola
http://www.appelsiini.net/~tuupola/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/