文字横向无缝隙滚动html。
<style type=”text/css” media=”all”>
.nuodou1{
margin:0px;
width:700px;
height:22px;
overflow:hidden;
white-space:nowrap;
float:left;
}
.nuodou2{
margin:0px auto;
}
.div2{
width:auto;
height:22px;
font-size:12px;
line-height:22px;
vertical-align:middle;
}[......]