使用Firefox或Chrome查看我的网站:BehineHost。
我刚刚设置并配置了“Nivo Slider”。在此之前一切进展顺利,但现在如果您使用Firefox或Chrome打开页面,您会在浏览器底部看到一个大的水平滚动条。
我做了很多检查,但一无所获...... 我该如何解决?
答案 0 :(得分:1)
Text-indent : -9999px
,这就是原因。
导致它的类:
.nivo-controlNav a {
background: url("images/bullets.png") no-repeat scroll 0 0 transparent;
border: 0 none;
cursor: pointer;
display: block;
float: right;
height: 19px;
margin-right: 15px;
margin-top: 30%;
opacity: 0.5;
position: relative;
text-indent: -9999px;
width: 17px;
z-index: 9;
}
如果你仔细观察,你会看到最右边的 1 2 3 。