这一节讲运动框架的实用小案例——淘宝首页图片切换效果
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<style>
*{
margin: 0;padding: 0;}
#box{
width: 480px;
height: 280px;
overflow: hidden;
margin: 50px auto;
position: relative;
}
ul{
list-style: none;
width: 1920px;
height: 280px;
}
ul li{
float: left;
width: 480px;
height: 280px;
}