Could I set an onload function with jQuery, that allowed a div container to load coming in the page vertically from the top to the position?
I have a simple tabbed website, that loads the content in a div container – I think it would be awesome to have this container load by easing from the top of the screen, to the position.
Any suggestions on how to do this with my already container, as opposed to recreated with a jQuery /CSS tabbed plugin?
I think jQuery slideDown() should help.