特效介绍

带左右按钮和投影效果的立体jQuery图片轮播插件。由于投影效果是用css3做出来的,所以在IE8以上浏览器没有这种效果,但是除此之外,没有任何问题。
使用方法
第一步、在head区域引入下面的代码
01 | < link rel = "stylesheet" type = "text/css" media = "all" href = "images/5imoban.net.css" > |
02 | < script type = "text/javascript" src = "images/jquery.js" ></ script > |
03 | < script type = "text/javascript" src = "images/roundabout.js" ></ script > |
04 | < script type = "text/javascript" src = "images/roundshapes.js" ></ script > |
05 | < script type = "text/javascript" > |
06 | jQuery(document).ready(function(){ |
07 | jQuery('#myRoundabout').roundabout({ |
11 | btnPrev: '#bt-previous' |
第二步、在您的html文件想要引入<!-- 代码开始 -->和<!-- 代码结束 -->之间的代码
注意,本图片轮播插件不支持扩展图片数量。