我在阿拉伯网站上使用nivo-slider。现在的问题是分页需要看起来像8765而不是1,2,3,4
我能如何http://nivo.dev7studios.com/demos/的分页让它对我有用。
答案 0 :(得分:1)
您可以尝试在nivo-control DOM元素上覆盖float:left to float:right。
答案 1 :(得分:1)
尝试在nivo-slider.css
之后在head标签中添加这些样式.nivo-controlNav nivo-control{
float: right;
}