|
Right to Left Marquee
|
|
<marquee>TEXT</marquee>
|
|
|
Left to Right Marquee
|
|
<marquee direction="right">TEXT</marquee>
|
|
|
Alternate Marquee
|
|
<marquee behavior="alternate">TEXT</marquee>
|
|
|
Up Marquee
|
|
<marquee direction="up">TEXT</marquee>
|
|
|
Down Marquee
|
|
<marquee direction="down">TEXT</marquee>
|
|
|
Up / Down Alternate Marquee
|
|
<marquee direction="up" behavior="alternate">TEXT</marquee>
|
|
|
* Zig Zagging Marquee
|
|
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">TEXT</marquee></marquee>
|
|
|
* Alternating Zig Zagging Marquee
| TEXT |
|
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate">TEXT</marquee></marquee>
|
|
|
* Highlight Text Marquee
| >>TEXT << |
|
<marquee behavior="alternate" width="10%">>></marquee>TEXT<marquee behavior="alternate" width="10%"><<</marquee>
|
|
|
Left Marquee 1
| TEXT |
|
<font color="#FFFFFF"><marquee direction="left" style="background:BLUE">TEXT</marquee></font>
|
|
|
Left Marquee 2
| TEXT |
|
<marquee style="border:BLUE 2px SOLID">TEXT</marquee>
|
|
|
* High Text Marquee 1
| 3| | |TEXT | | |4 |
| <MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font face=Webdings>3</font></MARQUEE><MARQUEE scrollAmount=1 direction=left width="2%">| | |</MARQUEE>TEXT<MARQUEE scrollAmount=1 direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=3 width="4%"><font face=Webdings>4</font></MARQUEE>/ |
|
|
* High Text Marquee 2
| 4| | |TEXT | | |3 |
|
<MARQUEE behavior=alternate direction=left scrollAmount=3 width="4%"><font face=Webdings>4</font></MARQUEE><MARQUEE scrollAmount=1 direction=left width="2%">| | |</MARQUEE>TEXT<MARQUEE scrollAmount=1 direction=right width="2%">| | |</MARQUEE><MARQUEE behavior=alternate direction=right scrollAmount=3 width="4%"><font face=Webdings>3</font></MARQUEE>
|
|
|
* Hiding Text Marquee
| TEXT |
|
<marquee behavior="alternate"><marquee width="150">TEXT</marquee></marquee>
|
|
|
* Wave Text Marquee
TEXT
TEXT |
|
<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>TEXT<br>TEXT</center></marquee>
|
|
|
* Scrollin Text
|
Code for your website !!! by Creative-Pixel.it.gg
|
|
<div align="center"><FONT
color="#ffffff" size="+1"><MARQUEE bgcolor="#000080"
direction="right" loop="20" width="75%"><STRONG>Code for your website<br> by Creative-Pixel.it.gg !l!</STRONG></MARQUEE></FONT></DIV>
|
|
|
* Scrollin Text Up
THIS IS A COOL WAY
TO YOUR SITE
SCROLL UPWARDS
It is easy fast to make
by
Creative-Pixel.it.gg
|
|
<div
align="center"> <marquee bgcolor="#000080" scrollamount="2"
direction="up" loop="true" width="35%"> <center>
<font color="#ffffff" size="+1"><strong> THIS
IS A COOL WAY<br> TO YOUR SITE<br> SCROLL UPWARDS<br> <br>
It is easy fast to make <br>by Creative-Pixel.itgg</strong></font> </center> </marquee></div>
|
|