I'm trying to build a webpage with an interactive feature, but I don't know where to begin looking. I think it'll be driven by jQuery, but I'm now sure.
What I want is: I want a page where (for the sake of this description) I have a 700px wide by 500px tall box. At the bottom of the box(div) I have a 5 button navigation(images just to make it easy). I want it so that when I click a button in the bottom nav, a div with the content for that specific "page/button" expands Up from the navigation at the bottom. Then when you click a different button, that div rolls back down, then the next one expands up.
I saw some stuff about CSS3 animations, but I'm not sure how I would implement it using that either...
Can anybody point me in the right direction for what tools to make this using. Or if it's been done before, a tutorial for implementing it myself?