Kervtuza Posted December 31, 2012 Report Posted December 31, 2012 Hey Guys, So I am not sure if what I want to do can be done with just HTML/CSS but if someone could point me in the right direction that would be great. I am making a site with a fixed left navigation, since it is a small site I want to have all my sections on one page instead of index.html, about.html, etc. I want the the fixed left side navigation to slide the entire page horizontally using <a name="target"></a> the same way you would use it to move a large page up and down vertically. If this can't be down with html/css would I be able to do it with Javascript? Thanks, Jason
spiralmind Posted December 31, 2012 Report Posted December 31, 2012 I would do this with hidden divs and just show the divs you want when appropriate buttons/links are clicked using javascript/jquery.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now