【发布时间】:2013-01-29 21:25:51
【问题描述】:
我已经成功实现了 nivo 滑块(带有默认主题),除了一个问题。
滑块上的左箭头显示右箭头的一小部分。另一方面,右箭头正在正确显示。
为什么精灵左侧渲染不正确,右侧渲染正确?
唯一声明arrow.png图片的地方是在下一个css部分:
.theme-default .nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(../Images/slider/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
谢谢。
【问题讨论】:
标签: html css nivo-slider