【发布时间】:2010-11-22 11:23:56
【问题描述】:
实例:http://www.legodata.com/kc/kc.html
我遇到了 jScrollPane 的边框显示问题,您知道要使用哪个 css 规则来删除此边框吗?
在其中单击时,它会在 jScrollPane div 周围显示一个蓝色边框,当单击 jScrollPane div 外部时(有时)会消失。
看起来像这样:
这是当前的 CSS:
background-color: transparent;
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 0px;
bottom: auto;
color: #999E92;
display: block;
float: right;
font-family: VerdanaArial, Helvetica, sans-serif;
font-size: 16px;
height: 802px;
left: auto;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
overflow-x: hidden;
overflow-y: hidden;
position: relative;
right: auto;
top: auto;
visibility: visible;
width: 200px;
z-index: 1;
我可以在 Chromium 和 Safari 中重现此问题(未在其他地方测试)。
【问题讨论】:
-
不可能从你给出的css中回答你。我的例子会帮助更多
标签: jquery css webkit jscrollpane