“棕盒问题”镀铬

发布于 2024-10-24 03:21:56 字数 349 浏览 2 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

虐人心 2024-10-31 03:21:56

当你初始化 jScroll 插件时,你需要传入一个设置来隐藏焦点。
试试这个 ->

$('#myDiv').jScrollPane({
  hideFocus : true
})

这是我能找到的其余设置的链接
希望这有帮助!!!!

When you initialize your jScroll Plugin, you need to pass in a setting to hide the focus.
Try this ->

$('#myDiv').jScrollPane({
  hideFocus : true
})

Here's a link to the rest of the settings I was able to find.
Hope this helps!!!!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文