标签: javascript jquery html css mootools
每当用户向下滚动鼠标滚轮时,我想开发一个向左移动的网页。通常所有网站都是垂直滚动。但是这个应该水平滚动。
示例代码:
<body> <div style="width:10000px; height:400px; top:0; left:0;"> //here goes the content. </div> </body>
我的目标是使用jQuery或任何其他Javascript工具在鼠标滚轮上水平滚动DIV。
答案 0 :(得分:4)
Horizontal page scrolling using Javascript