不间断无缝滚动(兼容IE和FF)
时间:2006-04-27 来源:一地风飞
<body>
<BR><BR>
<table><tr height=50>
<td id="v"><BR></td>
</tr>
<tr>
<td id="v2" height=50><BR></td>
</tr>
</table>
--------------------------------------------------------------------------------
2、不间断无缝滚动
代码:--------------------------------------------------------------------------------
<body topmargin=0>
<center>
<table width=750 border=0 cellpadding=0 cellspacing=1 bgcolor=F6F6F6 style="margin-top:5;border:1px solid #A1A1A1" height="104">
<tr>
<td height="98">
<div id=demo style=overflow:hidden;
<div id="demo1">
sdaf<br>
dasf<br>
dasf<br>
sadf<br>
dsaf<br>
dsaf<br>
dsaf<br>
24545345345
</div>
<div id="demo2"></div>
</div>
</td>
</tr>
</table>
</center>
</body>