* {
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;
}
提供图片无缝滚动,点击左边或右边会随方向滚动。