Marquee Code
Slide-in text:
This text slides in from the left and right, then stays where it is. Refresh this page to see the effect again.
<marquee behavior="slide" direction="left">Your slide-in text goes here</marquee>
This code results in:
Continuous scrolling text:
<marquee behavior="scroll" direction="right">Your text here</marquee>
This code results in:
Text bouncing back and forth:
<marquee behavior="alternate">Your want money</marquee>
This code results in:
Text Scrolling Upwards:
<marquee behavior="scroll" direction="up">Text your here</marquee>
This code results in:
Change the Scrolling Speed:
<marquee behavior="scroll" direction="left" scrollamount="1">
Slow scroll speed
</marquee>
<marquee behavior="scroll" direction="left" scrollamount="10">
Medium scroll speed
</marquee>
<marquee behavior="scroll" direction="left" scrollamount="20">
Fast scroll speed
</marquee>
This code results in:
|