I am working on a site that displays pictures accross the Y axis of the browser and spans about 12500px wide.
I am using the Hortizontal way as a base but I have just realized that the horizontal scrolling with both the arrows and the mouse's wheel does not work in both safari and chrome.
http://www.thehorizontalway.com/
Is there any way, preferably with Jquery, that I can do either:
a) place arrows that will scroll the window left to right upon clicking/hovering?
b) convert the users mouse's wheel scroll into a horizontal scroll?
Thanks a lot.