Following problem, I have a \[code\]<div>\[/code\] which animates to its height when pressing a click-function.\[code\] $('#menu').click(function() { $('#test').animate({ height: 'toggle' }, 290, function() { });});\[/code\]works good so far. But i want to animate the div in from bottom to top, not as seen in this fiddle Any solution?