Html
    Css
    Js

    
                        
* {
	padding:0px;
	margin:0px;
}
.box {
	width:500px;
	border:1px solid black;
	position:relative;
	margin:50px auto;
	height:87px;
	overflow:hidden;
}
.box ul {
	position:absolute;
	left:0px;
	top:0px;
}
.box li {
	list-style:none;
	float:left;
}
.box img {
	width:200px;
}

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

js图片无缝滚动

提供图片无缝滚动,点击左边或右边会随方向滚动。

0