一、左右移动的代码:(移动效果见上) 把连接的网址、滚动的文字换成您的即可。(滚动及连接效果请见本站http://www.3721diy.com.cn 首页或见上)
<P> <TABLE height=26 cellSpacing=0 cellPadding=0 width="98%" align=center border=0> <TBODY> <TR> <TD height=20> <MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=4><FONT color=#cc3366><A href="http://www.3721diy.com/" target=_blank><FONT size=2><STRONG><FONT color=#800080>[</FONT><FONT color=#666666>www.3721diy.com</FONT><FONT color=#800080>]</FONT></STRONG><FONT color=#800080> 为本公司对外自助建站平台,三年以来稳定运行,发展了近十万用户量,欢迎浏览!</FONT></FONT></A></FONT></MARQUEE></TD></TR></TBODY></TABLE></P>
二、上下移动的代码:
<DIV align=left> <MARQUEE onmouseover=javascript:this.stop() onmouseout=javascript:this.start() scrollAmount=4 direction=up width="100%" height=118> <P> <BR><FONT size=3><FONT color=#ff0033> 滚动的文字<BR> 滚动的文字<BR> 滚动的文字<BR> 滚动的文字</FONT></FONT></P></MARQUEE></DIV>
|