使用 jquery-jScrollpane 插件更改滚动条的背景颜色
我正在使用 jquery-jScrollpane 插件。使用该插件,我如何将滚动条的背景颜色更改为透明,并将拖动栏更改为不同颜色(例如橙色)?
谢谢。
I m using jquery-jScrollpane plugin. Using that plugin how can i change the background color of scrollbar as transparent and the Dragging bar in different color say orange?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以修改插件自带的css
或者使用js
you can modify the css that comes with the plugin
or using js
您可以使用此 CSS 更改红色背景:
然后将您自己的背景重新声明为任何内容:
这对我有用
You can change red background by using this CSS:
and later re-declare your own background to anything:
this worked for me