DIV Overflow:scroll - 当鼠标位于内部时禁用页面滚动
是否可以禁用鼠标滚轮在某个 DIV 内滚动页面的功能。这样它只能滚动 div 而不能滚动页面。 JQuery 库已安装,所以我想它会是类似于 .scroll() 和 stop.pagination 的东西,但我不太了解如何做到这一点。
有什么想法吗?
奇妙
Is it possible to disable the ability for the mouse wheel to scroll the page whilst it is inside a certain DIV. That way it can only scroll the div and not the page. JQuery libraries are installed so I imagine it would be something along the lines of .scroll() and stop.pagination but I do not know enough about how to do this.
Any ideas?
Marvellous
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
修好了。
Fixed it.
纯CSS。
对于要滚动的 div:
Pure css.
For the div you want to scroll: