Marquees
[main]
[html help]
Marquees
Here is your basic marquee.
< marquee >TEXT HERE< /marquee >
ie:
Your marquee that bounces:
< marquee behavior=alternate >TEXT HERE< /marquee >
ie:
Your marquee that has background:
< marquee bgcolor=white >TEXT HERE< /marquee >
ie:
Marquees that go in different directions:
< marquee direction=right,
left,up,or down >TEXT HERE< /marquee >
ie:
Speed up or slow down a marquee:
< marquee scrollamount=NUMBER >TEXT HERE< /marquee >
ie:
Make you marquee wider or thinner:
< marquee width=percent OR number >TEXT HERE< /marquee >
ie:
Make your marquee speed down when you put your mouse over it:
< marquee onMouseover="this.scrollAmount=#"
onMouseout="this.scrollAmount=#" >TEXT< /marquee >
The onMouseover scroll amount # is how fast it will go when your mouse is
on it and the onmouseout scroll amount # is how fast it will go when the mouse isn't on it.
ie: