js 滚动问题 ///// 滚动两圈就停了 //跟本不是所谓的不间断??

来源:百度知道 编辑:UC知道 时间:2024/09/23 12:28:08
<div id="demo" style="OVERFLOW: hidden; WIDTH: 100%; COLOR: #ffffff">
<table cellspacing="0" cellpadding="0" align="left" border="0" cellspace="0">
<tbody>
<tr>
<td align="center" valign="top" id="demo1"><table width="766" height="40" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="121"><div align="center"><a href="http://www.baidu.com" target="_blank"><img src="images/11.gif" width="121" height="43" border="0" /></a></div></td>

没所谓,JS我也看不懂。你可以用marquee标签实现这个功能啊。

<marquee direction="up" height="120" scrollamount="1" scrolldelay="1" onmouseover="this.stop();" onmouseout="this.start();" >
滚动的内容可以自己设定,直接在里面插入个表格也行,不过得用代码写。如果有问题可以留个信息给我。

</marquee>