使用自定义 jQuery 滚动条控制元素 CSS 位置
有人会建议一个自定义的 jQuery 滚动条,它能够轻松控制所需元素的 CSS 位置(例如:左、上),而不是通常滚动带有溢出:隐藏的元素吗?实际上:我有一个远方&宽位置:绝对 ol 列表在溢出:隐藏容器内,我需要通过自定义滚动条设置 CSS 位置来控制它的可见区域。
非常感谢您的提示!
would anyone please suggest a custom jQuery scrollbar that is able to easily control the CSS position of a desired element (ex: left, top) instead of the usual scrolling of an element with overflow: hidden? Practically: I have a far & wide position: absolute ol listing inside an overflow: hidden container and I need to control it's visible area by setting CSS position through a custom scrollbar.
Many thanks for the tips!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅
jQuery.offset() 和
jQuery.position() 和
jQuery.animate( )
另请阅读此处
相对 CSS
see
jQuery.offset() and
jQuery.position() and
jQuery.animate()
also read HERE
Relative CSS
如果您确实想要自定义滚动条,那么您最好使用现成的插件。创建您自己的可能需要比您想象的更多的时间。
这是滚动条插件的不错列表:
If you really want a custom scrollbar, then you better use a ready-to-use plugin. Creating your own will probably take more time than you might think.
Here's a nice list of scrollbar plugins: