Thursday, November 24, 2011

Is it possible to make a vertical scroll bar control horizontal scrolling?

I am looking to reverse the functions of the scroll bar on a web page. Left and right would move up and down. Up and Down would move left and right. Has anyone seen this? is it possible with javascript or css?|||I have seen this with java, not javascript. You can rotate the horizontal scrollbar up to join the vertical. All scrollbars events we can capture in java.





But, with javascript/css... you have to code for cross-browser support. Your script has to find the window.scrollbarX, Y and manipulate values to the css. See link. Or, research custom css scrollbars.



No comments:

Post a Comment