最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

jquery實(shí)現(xiàn)圖片漸變切換兼容ie6/Chrome/Firefox

 更新時(shí)間:2013年08月02日 16:06:02   作者:  
jquery代碼實(shí)現(xiàn)圖片漸變切換同時(shí)兼容ie6、Chrome、Firefox,想學(xué)習(xí)的朋友可以測(cè)試下,希望對(duì)大家有所幫助
復(fù)制代碼 代碼如下:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Nancle from CAU CS101" />
<title>jQuery圖片漸變切換</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<style type="text/css">
ul{position:relative;}
ul li{display:block; position:absolute; left:0; top:0}
img{width:480px; height:320px; border:5px solid #ccc}
</style>
</head>
<body>
<ul>
<li><img src="http://down.fpwap.com/UploadFiles/sjbz/2010/6/2010615222757.jpg" /></li>
<li><img src="http://img5.cache.netease.com/m/app/201108/31/953DDLJL.jpg" /></li>
<li><img src="http://i-imgp.fetionpic.com/fphoto/photo1/M00/41/83/rBUyIVHfdvC9LAM6AAC873sDEoo981.jpg" /></li>
<li><img src="http://img.bimg.126.net/photo/L0py2I9-0qIAd_Keov5GhQ==/1710804908448128265.jpg" /></li>
</ul>
</div>
<script>
var switchSpeed = 1000; //圖片切換時(shí)間
var fadeSpeed = 1500; //漸變時(shí)間
setInterval(function(){
$('img').last().fadeOut(fadeSpeed, function(){
$(this).show().parent().prependTo($('ul'));
});
}, switchSpeed);
</script>
</body>
</html>

效果預(yù)覽:http://quchen.cau.edu.cn/jsDev/gradien.html

相關(guān)文章

最新評(píng)論

左贡县| 紫阳县| 定襄县| 新田县| 高青县| 侯马市| 扶绥县| 阜新| 清苑县| 泸西县| 休宁县| 南溪县| 健康| 郓城县| 呼图壁县| 公主岭市| 鄂尔多斯市| 赫章县| 抚宁县| 钟山县| 太谷县| 富锦市| 阿图什市| 金阳县| 洛扎县| 德州市| 皋兰县| 河西区| 青田县| 工布江达县| 会昌县| 襄垣县| 余姚市| 石首市| 马公市| 威远县| 龙泉市| 平昌县| 松原市| 洪江市| 常州市|