smooth horizontal scrolling to anchors w/javascript

thenajsays

New Member
im designing a site with some anchors house inside a fixed width DIV with the overflow hidden. everything works great but the one thing i would like the page to do is scroll to the anchored DIVs smoothly... ive found a TON of smooth scrolling javascript code, but none seem to work because the scrolling is meant to be horizontal, not vertical... can anyone help? im very very new to javascript so i dont know how to tailor the code to my needs.
the page is located at http://1928leavitt.com/equusdev/
 

keylitho

New Member
Hey Man I would recommend sticking to vertical scrolling. Because nobody likes to side scroll it's not very convenient
 

thenajsays

New Member
it would kind of defeat the concept of the site... the user cant scroll unless using one of the anchors, then it would slide to the next "pane"
 
Top