我使用 carouFredSel 插件构建了一个图像滑块,并且在一个图像轮播中一切正常,但是当我继续构建我的网站时,我遇到了一些问题。
第一个可见的轮播效果很好,但是如果您单击右上角的 IMG 链接以查看第二个轮播,它会忽略告诉它一次只显示一个项目或类似内容的代码。
我已确保两者的设置都相同,并且我尝试过尝试显示和浮动更改但没有运气
我现在也意识到它似乎是由淡入淡出过渡引起的,因为当我将淡入淡入设置为第一个滑块时,同样的事情也会发生。
猜测它与jQuery脚本所做的显示更改有关
http://coreytegeler.com/new/#work
有任何想法吗??
$("#web-carousel").carouFredSel({
width: "100%",
height: 450,
direction: "right",
circular: true,
infinite: true,
items: {
visible: 1,
width: "variable",
height: 400,
width: 720
},
scroll: {
duration: 1000,
pauseOnHover: true
},
auto: {
timeoutDuration: 9999,
delay: 5000
},
prev: {
button: "#web-left",
key: "left"
},
next: {
button: "#web-right",
key: "right"
},
pagination: {
container: "#web-pagination",
keys: true
},
swipe: true,
mousewheel: false
});