marquee 网页移动字幕问题

来源:百度知道 编辑:UC知道 时间:2024/09/24 08:28:07
我原先的代码是这样的:

<table width="760" border="1" align="center" bgcolor="#CCCCCC">
<tr>
<td align="center">

<marquee scrollamount="5" direction="left" height="20" width="600" onMouseOut="this.start();" onMouseMove="this.stop();">1111111 222222 3333333 44444
</marquee></td>

</tr>
</table>

我把 "移动的字" 放在表格里面,当第四个 "44444"移动完后,表格有一段时间是完全空白的,我需要当 "444444" 快要移动完后, "111111"同时开始显示出来,反正不给有空白的时间段就行,哪位好心人能给我改一下,或者给段好的代码!!! 谢谢了~~
我里面的移动字幕是ASP的
用 <%call show_heng_news(8,66,8,"",80)%> 调出

<marquee scrollamount="2" direction="left" height="20" width="700" onMouseOut="this.start();" onMouseMove="this.stop();">
<%call

无间断字幕
http://bbs.51js.com/viewthread.php?tid=14553&fpage=1

太长了,不写代码了,自己看

<marquee scrollamount="这里更改速度~越大越快~" direction="

<table width="760" border="1" align="center" bgcolor="#CCCCCC">
<tr>
<td align="center">
<marquee scrollamount="5" direction="left" height="20" width="600" onMouseOut="this.start();" onMouseMove="this.stop();">1111111 222222 3333333 44444
</marquee>
<marquee scrollamount="5" direction="left" height="20" width="600" onMouseOut="this.start();" onMouseMove="this.stop();">1111111 222222 3333333 44444
</marquee>
</td>
</tr>
</table>