<Marquee direction=up onmouseover=this.stop() onmouseout=this.start() scrollamount=1 scrollDelay=4 width=150 Height=160><table border=0>
<td><a href="/Announce.asp?AnnounceID=26" title="2006-2007学年度第二学期网页设计实训(3-4周)讲座安排" target="_blank"> 2006-2007学年度第二学期网页设计实训(3-4周)讲座安排</a></td></tr>
</td>
</Marquee>
滚动字的代码
<marquee scrollamount=1>
文字很慢滚。
</marquee>
<marquee onmouseover=this.stop() onmouseout=this.start() >
鼠标放上去停止滚动,移开继续滚动。
</marquee>
<marquee direction=left scrollamount=3>
文字向左滚。
</marquee>
<marquee direction=right scrollamount=3>
文字向右滚。
</marquee>
<marquee direction=up scrollamount=3>
文字向上滚。
</marquee>
<marquee direction=down scrollamount=3>
文字向下滚。
</marquee>
<marquee scrollamount=3 behavior=alternate>
文字来回滚。
</marquee>
<marquee scrolldelay=500 scrollamount=100>走一步,停一停!</marquee>