“棕盒问题”镀铬
我在 Chrome 中使用 jScrollPane JavaScript 插件时遇到问题。
在下面的链接中,您可以单击任意位置,然后看到内容周围出现“棕色框”:
http://colibri-webdesign.de/vstest/plugins.html
删除滚动条脚本使问题消失。
用于设置滚动条样式的 CSS 不包含与棕色类似的颜色代码。
因为我真的很想使用这些滚动条,也许有人有想法?非常感谢帮助! :)
I'm having an issue using the jScrollPane JavaScript plugin in Chrome.
On the link below, you may click anywhere and see "brown boxes" appear around the content:
http://colibri-webdesign.de/vstest/plugins.html
Removing the scrollbar-script makes the problem disappear.
The CSS for styling the scrollbar contains no colorcode any similar to brown.
Since I would really like to use those scrollbars, maybe someone has an idea? help thankfully appreciated! :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当你初始化 jScroll 插件时,你需要传入一个设置来隐藏焦点。
试试这个 ->
这是我能找到的其余设置的链接。
希望这有帮助!!!!
When you initialize your jScroll Plugin, you need to pass in a setting to hide the focus.
Try this ->
Here's a link to the rest of the settings I was able to find.
Hope this helps!!!!