开发者

"brown box issue" in chrome

开发者 https://www.devze.com 2023-02-18 13:12 出处:网络
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:

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? h开发者_开发百科elp thankfully appreciated! :)


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!!!!

0

精彩评论

暂无评论...
验证码 换一张
取 消