jQuery 循环幻灯片停止使用 3+照片
我有一个带有“上一个”和“下一个”按钮的幻灯片,可以与 3 个
配合使用,但是一旦我添加第四个(或更多),下一个按钮和上一个按钮就不会显示,而且它们不起作用(即使它们是隐形的)。有什么想法吗?示例页面是: http://newsite.702wedding.com/las-vegas-wedding-packages.aspx
使用 jQuery Colorbox 和 Cycle。
请看一下,看看发生了什么。
I have a slide show with Previous and Next buttons that works fine with 3 <li>
's but once I add a Fourth (or more) the next button and previous button don't show up, and they don't work (even if they were invisible). Any ideas?
The Sample Page is:
http://newsite.702wedding.com/las-vegas-wedding-packages.aspx
using jQuery Colorbox and Cycle.
Please take a look and see what happening.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的问题是这样的:
将
ul#vig
的z-index
设置为高于 5 的值,这与您需要它位于顶部的元素相同。我使用开发人员工具将其设置为 15,现在对我来说工作正常。Your problem is this:
Set the
z-index
oful#vig
to something higher than 5, which is the same as the elements you need it to be on top of. I set it to 15 with developer tools and it's working fine for me now.