[jQuery] Show (or maybe hide) making div grow
Hi,
I'm having a problem with the show/hide methods. Calling show and then
hide multiple times seems to make the div that I'm calling them for grow
on each iteration. It doesn't happen if I just call the show method over
and over again. Using Opera it looks like the growth actually happens
when the hide method is called. Has anyone else come accross this problem?
Browser: firefox 1.5, Konqueror 3.4.3, Opera 9.00 Pre 2
Code:
$('div#editform').show('slow');
$('div#editform').hide('slow');
Thanks
Rob
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/