All jQuery does is animate the height css value.
That kind of functionality is beyond the scope of jQuery.

How the animation looks (animate up/down) is dependent on the browser, 
in other words the other css applied to your div.

Perhaps you question is better suited to the main jQuery list.

~Daniel Friesen (Dantman, Nadir-Seen-Fire)

Tim wrote:
> Using the animate function I only seem to be able to grow a div down,
> instead I'd like to grow the div upwardly
>
> Any ideas?
>
> $(this).animate({height:'+=400px'},"slow");
>
> >
>   

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to