循环插件:无法在滑块上插入滑动计数器
我正在使用循环滑块 带滑动计数器。我遇到了在鼠标悬停时实现淡入淡出控件的问题...他们有一个类似的滑块,但没有幻灯片计数器...我尝试在淡入淡出控制滑块上实现计数器以及在幻灯片计数器上实现淡入淡出控制滑块,但没有成功...有什么提示吗?
以下是我尝试使用的带有淡入淡出控件的滑块的代码: http://jsfiddle.net/ sLCQf/1/ 。我不能把幻灯片计数器放在那里......
I'm using Cycle Slider
with slide conunter. I'm having plroblems to implement a fadein controls on mouse over... they have a slider like that, but with no slide counter... I tryed to implement the counter on the fade control slider and the fade control on the slide conter slider, but no success... Any tips?
Here is the code of a slider with fade controls that I'm trying to use: http://jsfiddle.net/sLCQf/1/
. I cant put the slide counter in that...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在 jQuery 循环中使用分页器选项。
看
http://jsfiddle.net/nwe44/sLCQf/2/
中的演示根据你的小提琴采取行动。显然你会想把它设计得比我美丽的边框更好一点。
Try using the pager option in jQuery cycle.
see
http://jsfiddle.net/nwe44/sLCQf/2/
for a demo of this in action based on your fiddle. Obviously you'll want to style it a bit better than my beautiful border.