Grow Div Upward

Grow Div Upward


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");