I have a navigation menu that is very long consisting of 10 links.
What I need to do is have the links going across the page, then when you get near to the end of the navigation, you are presented with an option to scroll to across to see the other hidden links in the menu, then an option to scroll back.
I found something similar here, but need it horizontal. http://jsfiddle.net/CxbYf/2/
If possible can this be done with CSS only? overflow hidden and scroll?
Any help would be great,
Thanks