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>

相关文章:

  • 2022-12-23
  • 2022-02-25
  • 2021-08-09
  • 2022-12-23
  • 2021-09-20
  • 2021-10-11
  • 2022-02-01
猜你喜欢
  • 2021-12-23
  • 2021-11-14
  • 2022-01-15
  • 2022-12-23
相关资源
相似解决方案