Direction <direction=#>:
#=left, right
<marquee direction=left>Hello there!</marquee>
<P>
<marquee direction=right>Hello there!</marquee>
Behavior <bihavior=#>:
#=scroll, slide, alternate
<marquee behavior=scroll>Hello there!</marquee>
<P>
<marquee behavior=slide>Hello there!</marquee>
<P>
<marquee behavior=alternate>Hello there!</marquee>
Loop <loop=#>:
number=# or infinite
<marquee loop=3 width=50% behavior=scroll>Hello there!</marquee>
<P>
<marquee loop=3 width=50% behavior=slide>Hello there!</marquee>
<P>
<marquee loop=3 width=50% behavior=alternate>Hello there!</marquee>
Scroll Amount <scrollamount=#>:
<marquee scrollamount=50>Hello there!</marquee>
Scroll Delay <scrolldelay=#>:
<marquee scrolldelay=500 scrollamount=100>Hello there!</marquee>
|