I was attempting to make a horizontal smooth-scrolling one-page website.
I would like a menu that scrolls with the horizontal page to slide into
view everytime a new page is in focus.
Here’s an example of the scrolling script I was going for,
I can’t seem to figure out how to make it horizontal though.
http://www.jtricks.com/javascript/navigation/floating.html
Any help is appreciated, Thanks!
The resource you referenced is simply a text box, you would design your own navigation within, maybe something like this for example, or your own tab menu
You will notice that there is the following code block in the style element of the div
This is where you would change the size to say
to make it horizontal.
Just read the page that explains how to use it and you should be right.
I hope this gets you going in the right direction.