Monday, 9 September 2013

Sliding Header/NavBar

Sliding Header/NavBar

I have a header but I am stuck at 2 things.
How do I get it all positioned properly? What I want is it to be
positioned as a header with a navbar at the bottom of it, then in that
navbar I want a div that I can make slide around and I want x amount of
tabs.
How would I make the div slide left/right using JavaScript/JQuery? Sorry
if it doesn't make sense.
My code is:
<body>
<div class="header">
<div id="topHeader"> </div>
<div class="navBar">
//buttons/text here
<div id="slider"> </div>
</div>
</div>
</body>

No comments:

Post a Comment