« contains方法HTML元素 - frameset 组织多个框架和嵌套框架集 »

Marquee嵌套及高级使用方法

如果世界上只有IE一种浏览器的话,Internet将是多么花花绿绿的一个世界啊..........废话是编者写的。

一个一个往下看吧。

<html>
<head>
</head>
<body>
<marquee behavior="alternate" height="400" direction="up" scrollamount="3" scrolldelay="30" width="500" bgcolor="#3399FF">
<marquee behavior="alternate" height="50" direction="left" scrollamount="3" scrolldelay="30" width="100%">
<font style="font-size: 35px">MARQUEE</font>
</marquee>
</marquee>
</body>
</html>


<marquee behavior="alternate" direction="up" loop="true" scrolldelay=120>
<table width="299" border="0" cellpadding="0" bordercolor="#CCCCCC" align="center">
<tr>
<td bgcolor="#CCCCCC"><marquee behavior="alternate" style="filter:progid:DXImageTransform.microsoft.gradient(gradienttype=1,startColorStr=cyan,endColorStr=red);"><font face="华文行楷" size="6px"><B><font color="#22FF22">知</font><font color="#FF2222">往</font><font color="#001199">观</font><font color="#00fffa">来
</font></B></font></marquee>
</td>
</tr>
</table>
</marquee>


<center>
<marquee direction="up" onmouseover=this.stop() onmouseout=this.start()

scrollamount=3 WIDTH=100% Height=200 STYLE="filter:wave(add=1, phase=1,

freq=2, strength=50);COLORTAG="#00FF00"><center><FONT color=#339900

size=4>好好学习,<br>天天向上!<b><center> </font>
</marquee>


原创文章如转载,请注明:转载自悠悠博客 [ http://www.ajaxstu.com/ ]

相关文章:

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。