滚动文字特效代码全收集
<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>
公告栏上下滚动字幕代码
<marquee direction=up TrueSpeed scrollAmount=1 scrollDelay=40 height=100 onMouseOut=this.start(); onMouseOver=this.stop(); width=150 border="0"> 加入你想要写的文字</marquee>