广告浮动条的做法

1.从右到左

代码:<marquee>你的文字<marquee>

2.从左到右

代码:<marquee direction="right">你的文字</marquee>

3.碰壁反弹

代码:<marquee behavior="alternate">你的文字</marquee>

4.从下往上

代码:<marquee direction="up">你的文字</marquee>

5.从上往下

代码:<marquee direction="down">你的文字</marquee>

6.上下反弹

代码:<marquee direction="up" behavior="alternate">你的文字</marquee>

7.上下弧度抛物线

代码:<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">你的文字</marquee></marquee>

8.上下左右碰壁

代码:<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate">你的文字</marquee></marquee>

9.字不动 箭头碰字

代码:<marquee behavior="alternate" width="10%">>></marquee>你的文字<marquee behavior="alternate" width="10%"><<</marquee>

10.字不动 箭头远离字

代码:<marquee behavior="alternate" width="10%">>></marquee>你的文字<marquee behavior="alternate" width="10%"><<</marquee>

11.从左到右加底色

代码:<font color="#0000FF"><marquee direction="left" style="background: #FFCC00">你的文字</marquee></font>

12.从左到右加外诓

代码:<marquee style="border:1px dotted #CC0066 ">你的文字</marquee>

13.滚动字

代码:<marquee behavior="alternate"><marquee width="150">你的文字</marquee></marquee>

14.从下往上飘

代码:<marquee behavior=alternate direction=up scrollamount=2 scrolldelay=65 height=80 style="Text-align;filter:wave(add=0,phase=1, freq=1,strength=15,color=.FFFFFF)"><center>第一行字<BR />第二行字</center></marquee>

posted @ 2012-11-27 12:59  矢风快乐  阅读(271)  评论(0)    收藏  举报