Html
    Css
    Js

    
                        
 * {
	margin:0;
	padding:0;
}
img {
	vertical-align:top;
	width:500px;
	height:300px;
}
ul {
	list-style:none;
}
#banner {
	width:500px;
	height:300px;
	margin:10px auto;
	position:relative;
}
#btn {
	position:absolute;
	bottom:10px;
	left:180px;
}
#btn li {
	float:left;
	margin-left:18px;
	background:#a09c9c;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
}
#banner_list li {
	display:none;
}
#btn .sel {
	background-color:orange;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.1
 立即下载

jquery轮播图

1
      一直都在0
      2017/4/27 10:53:00
      做的还可以 不过效果有点不华丽 回复