主题:  困扰我的问题,关于文字滚动、数据库及其它。

wuyg633

职务:普通成员
等级:1
金币:0.0
发贴:7
#12006/8/3 18:23:47
我的代码是:
<td align="center" bgcolor="#FDF7FC">
<marquee onmouseover=this.stop(); onmouseout=this.start(); direction=left scrollamount=1 height=118 scrolldelay=1 width=98%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><script language=javascript src=Include/yp.asp?aid=10&bid=22&cid=0&did=1&eid=0></script></td>
</tr>
</table>
</marquee>
</td>
有十条信息向上滚动。
现在我想向左滚动但只显示一行,而且也有十条信息。怎么个弄法?



【志奇林峰】

职务:普通成员
等级:1
金币:0.1
发贴:99
#22006/8/3 19:29:54

把十条信息,全部显示在一行就行了吧!



wuyg633

职务:普通成员
等级:1
金币:0.0
发贴:7
#32006/8/4 23:08:43
我改为
<td align="center" bgcolor="#FDF7FC">
<marquee onmouseover=this.stop(); onmouseout=this.start(); direction=left scrollamount=1 height=20 scrolldelay=1 width=98%>
<script language=javascript src=Include/yp.asp?aid=10&bid=22&cid=0&did=1&eid=0></script>
</marquee>
</td>
后怎么是十条并排向左的呀?
我要的是按顺序一条接一条向做滚动。应该怎么处理呢?有哪位帮个忙!谢谢!