查看demo:
<title></title> <script type="text/javascript" src="jquery-1.9.1.js"></script> <style type="text/css"> *{margin: 0;padding: 0;} li{list-style: none; float: left;height: 200px;width: 200px;background: gray;color: red} .box{height: 200px;width: 600px;overflow: hidden; margin: 100px auto;position: relative;} #left,#right{position: absolute;height: 30px; width: 30px;background: #eee;color: red} #left{top: 40%; left: 0;} #right{top: 40%;right: 0;} ul{position: absolute;width: 1000px} </style>- 1
- 2
- 3
- 4
- 5
上
下