Html
    Css
    Js

    
                        
 * {
	margin:0;
	padding:0;
}
li {
	list-style:none;
	width:300px;
	height:150px;
	float:left;
}
.box {
	width:300px;
	height:150px;
	overflow:hidden;
	position:relative;
}
.box ul {
	position:absolute;
}

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

jquery banner轮播

0