Thanks John! That works perfect!
BTW, I love jQuery!!! Starting to use it in all my web apps instead
of Prototype!
Thanks for such a great library!
Kevin
On 9/4/06, John Resig <[EMAIL PROTECTED]> wrote:
> > 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
> [email protected]
> http://jquery.com/discuss/
>
--
Kevin Old
[EMAIL PROTECTED]
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/