首页

源码搜藏网

首页 > 网页特效 > jQuery特效 >

jquery图片叠加点击轮换效果

创建时间:2014-05-17 16:37  

jquery图片叠加点击轮换效果
jquery图片叠加点击轮换效果
效果预览 立即下载
jquery图片叠加点击轮换效果jquery图片叠加点击轮换效果是一款不是很复杂的图片立体轮换效果。jQuery图片叠加立体切换点击切换 所属专题:图片代码
\

<style type="text/css">
*{padding:0;margin:0;}
li{list-style:none;}
body{background:#ccc;}
 
/* wrap */
#wrap{width:620px;height:300px;overflow:hidden;margin:50px auto;position:relative;border:solid 2px #fff;}
#pic0{width:300px;height:300px;z-index:4;position:absolute;top:0px;left:320px;cursor:pointer;}
#pic1{width:280px;height:280px;z-index:3;position:absolute;top:10px;left:240px;cursor:pointer;}
#pic2{width:260px;height:260px;z-index:2;position:absolute;top:20px;left:160px;cursor:pointer;}
#pic3{width:240px;height:240px;z-index:1;position:absolute;top:30px;left:80px;cursor:pointer;}
#pic4{width:220px;height:220px;z-index:0;position:absolute;top:40px;left:0px;cursor:pointer;}
</style>
上一篇:jquery快速排序算法动画特效
下一篇:复选框点击添加或删除text输入框value值

相关内容

热门推荐