Marquee Text Effect
Marquee is an Internet Explorer tag.
Older versions of Netscape do not support the marquee tag. Keep that in mind when using the
marquee tags.
Always place the marquee tags on either side of your text after your <font> tag. Then
close the marquee before closing your font tag, </font>, like in the example code below:
Usage Notes - Marquees And Their Attributes
Attribute:
Attribute:
Attribute:
Attribute:
Attribute:
Attribute:
Attribute:
Attribute:
Attribute:
None
Html Code:
<marquee>LambeauBear.Com</marquee>
Loop
Note that the marquee will stop after the number of times looped. This looping marquee
loops 5 times and stops.
Html Code:
<marquee loop="5">LambeauBear.Com</marquee>
Background Color
Html Code:
<marquee bgcolor="#FF0000">LambeuBear.Com</marquee>
Direction, Right or Left
Note that the direction left is the default direction.
Html Code:
<marquee direction="right">LambeauBear.Com</marquee>
Direction, Up Or Down
Html Code:
<marquee direction="up" height="100">LambeauBear.Com</marquee>
Width And/Or Height
Html Code:
<marquee width="200">LambeauBear.Com</marquee>
Slides
Note that this marquee will slide once then stop. Reload page to see again.
Html Code:
<marquee behavior="slide">LambeauBear.Com</marquee>
Alternates Direction
Html Code:
<marquee behavior="alternate">LambeauBear.Com</marquee>
Increases Scroll Speed
Html Code:
<marquee scrollamount="30">LambeauBear.Com</marquee>
Attribute:
Adding Image and Text Together
Html Code:
<marquee><img src="http://www.lambeaubear.com/pics/airsheep.gif" width="120" height="100" alt="LambeauBear.com">LambeauBear.Com Is Cool</marquee>