制作滚动字幕 2006-11-16 22:06
以下资料转自sunnyboy博客 地址http://blog.163.com/lrs402044836 请务必去她博客支持原创,谢谢
1.上下滚动:
代码:<MARQUEE style="FONT-SIZE: 12px; WIDTH: 132px; COLOR: rgb(34,34,221); LINE-HEIGHT: 17px; HEIGHT: 125px" scrollAmount=1 scrollDelay=1 direction=up height=125>这里是文字<BR></MARQUEE>
2.左右滚动:
代码:<marquee direction="left" scrollamount="1" scrolldelay="10" border="0" width=500 >
代码:<marquee scrollamount="1" scrolldelay="60" direction="up" width="180" height="210"><div><font color="#ff0000"><b>本站公告</b></font></div><div><font color="#003366">文字哦</font></div></marquee>