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


LambeauBear.Com

Attribute:
None

Html Code:
<marquee>LambeauBear.Com</marquee>




LambeauBear.Com

Attribute:
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>




LambeauBear.Com

Attribute:
Background Color

Html Code:
<marquee bgcolor="#FF0000">LambeuBear.Com</marquee>




LambeauBear.Com

Attribute:
Direction, Right or Left

Note that the direction left is the default direction.

Html Code:
<marquee direction="right">LambeauBear.Com</marquee>




LambeauBear.Com

Attribute:
Direction, Up Or Down

Html Code:
<marquee direction="up" height="100">LambeauBear.Com</marquee>




LambeauBear.Com

Attribute:
Width And/Or Height

Html Code:
<marquee width="200">LambeauBear.Com</marquee>




LambeauBear.Com

Attribute:
Slides

Note that this marquee will slide once then stop. Reload page to see again.

Html Code:
<marquee behavior="slide">LambeauBear.Com</marquee>




LambeauBear.Com

Attribute:
Alternates Direction

Html Code:
<marquee behavior="alternate">LambeauBear.Com</marquee>




LambeauBear.Com

Attribute:
Increases Scroll Speed

Html Code:
<marquee scrollamount="30">LambeauBear.Com</marquee>




LambeauBear.com LambeauBear.com Is Cool

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>





|Close Window|