* {
padding:0;
margin:0;
font-family:"微软雅黑";
}
li {
list-style:none;
}
a {
text-decoration:none;
}
img {
border:none;
}
.box {
padding-left:50px;
background:url("images/xtb.png") no-repeat;
margin-top:100px;
margin-left:100px;
}
.winBox {
width:300px;
height:40px;
overflow:hidden;
position:relative;
background:pink;
}
.scroll {
/*width的大小是根据下面li的长度和多少个li而定的,需注意!*/
width:1500px;
position:absolute;
left:0px;
top:0px;
}
.scroll li {
width:150px;
float:left;
line-height:40px;
text-align:center;
}
然而,一个marquee标签就可以实现了