Is this the proper way to use the .animate(top) function?
Positive number (animate down)--
$("div#container div#history-menu").animate({top:'180px'}, 600);
Negative number (animate up)--
$("div#container div#history-menu").animate({top:'-180px'}, 600);
Because I'm getting a java error in my error console that says:
"error in parsing value for property 'top'. Declaration Dropped."