制作滚动字幕
1.上下滚动:
代码:<MARQUEE style="FONT-SIZE: 12px; WIDTH: 132px; COLOR: rgb(34,34,221);
代码:<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>
0

评论加载中…