gpt4 book ai didi

jQuery/Cycle/背景图片

转载 作者:太空宇宙 更新时间:2023-11-04 04:15:46 25 4
gpt4 key购买 nike

我正在尝试让 jQuery Cycle 在多个背景图像上工作,但我不确定为什么它不起作用。我根本看不到任何图像。

我这里有一个带有示例代码的 fiddle :

http://jsfiddle.net/6kjA6/1/

$(document).ready(function() {

$('#headerRotate').cycle({
fx: 'fade',
timeout: 2000
});
});

<div id="headerRotate">
<div style="background:url('http://www.lilaclaneequestrian.com/_uploads/headers/692316_image-2.jpeg') no-repeat left top; height: 550px; background-size: 100%;"></div>
<div style="background:url('http://www.lilaclaneequestrian.com/_uploads/headers/23874_image-4.jpeg') no-repeat left top; height: 550px; background-size: 100%;"></div>
</div>

最佳答案

在 div 上设置一些 CSS 可以解决这个问题:http://jsfiddle.net/6kjA6/5/

#headerRotate { width: 100%; }    
#headerRotate div { width: 100%; }

关于jQuery/Cycle/背景图片,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19985257/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com