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