MARQUEE
(Does not work in Netscape)
[Basic][Align
][Style][Color][Direction]
[Size][Margin][Loop][Scroll][Delay]

Basic <marquee> ... </marquee>
-
Example:
<marquee>Hello World!</marquee>

Align <align=#> #=top, middle, bottom
-
Example:
<marquee align=top width=200>Hello World!</marquee>
A greeting from Norway
A greeting from Norway
A greeting from Norway

Behavior <bihavior=#> #=scroll, slide, alternate
-
Example:
<marquee behavior=scroll>Hello World!</marquee>

Background Color <bgcolor=#> #=rrggbb or name
-
Example:
<marquee bgcolor==green >Hello World!</marquee>

Direction <direction=#> #=left, right
-
Example:
<marquee direction=left >Hello World!</marquee>

Size <height=# width=#>
-
Example:
<marquee height=40 width=50% bgcolor=aaeeaa>Hello World!</marquee>

Margins <hspace=# vspace=#>
-
Example:
<marquee hspace=10 vspace=10 width=150>Hello World!</marquee>
********************************************
I say
A greeting from Norway
********************************************

Loop <loop=#> number=# or infinite
-
Example:
<marquee loop=4 width=50% bgcolor=aaaaaa >Hello World!</marquee>

Scroll Amount <scrollamount=#>
-
Example:
<marquee scrollamount=50 >Hello World!</marquee>

Scroll Delay <scrolldelay=#>
-
Example:
<marquee scrolldelay=500 scrollamount=100 >Hello World!</marquee>

[Page][Font][Text Style ][Image][Table][Form][Applet][Frames]
[Marquee][Image Map][Javascript][Entities][Tag Index]