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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment