Marquee

End Tag: Required
Support Key: 2 | 3 | 3.2 | 4 | IE2 | M | N | O
What is it?
Attributes
Tag Example
Parent/Content Model
Tips & Tricks
Browser Peculiarities
= Index DOT Html by Brian Wilson [bloo@blooberry.com] =
Main Index | Element Tree | Element Index | HTML Support History


What is it?
A Marquee is a rectangular banner region of moving/scrolling content allowing many different movement behaviors.

Common Attributes
%Core%
2 | 3 | 3.2 | 4 | IE3B1 | M | N | O
%Events%
2 | 3 | 3.2 | 4 | IE4B1 | M | N | O
%Language%
2 | 3 | 3.2 | 4 | IE4 | M | N | O

Specific Attributes
Align
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Specifies where the text around the marquee should align vertically relative to the marquee.
Values: Top [DEFAULT] | Middle | Bottom
Behavior
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Specifies how the Marquee text should move.
Values:
   Scroll [DEFAULT - Text enters on one side of the screen and travels to the opposite side and cycles repeatedly from where it started]
   Slide [marquee enters from one side of the screen and comes to stop at the opposite side]
   Alternate [marquee bounces from one side of the screen to the other.]
BGColor
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Indicates a background color to be used for the Marquee text box.
Values: Either an RGB triplet or a special Color name
Direction
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Specifies the direction the Marquee text should scroll.
Values: Left [DEFAULT] | Right | Down | Up
Height
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Specifies the height of the Marquee box. Default value is the height of the contained text.
Values:
Positive integer values representing the pixel height of the marquee box or a percentage of the screen height.
HSpace
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Specifies values for the left and right spacing margins for the outside of the Marquee.
Values:
Specified in positive integer pixel amounts. Default is 0.
Loop
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Specifies how many times the Marquee display will cycle.
Values:
A positive integer N times, or INFINITE (-1) [DEFAULT]
ScrollAmount
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
This attribute specifies the amount of space that exists horizontally between each successive draw of Marquee text.
Values: Positive integer pixel amounts.
ScrollDelay
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Specifies the number of milliseconds between each successive draw of Marquee text.
Values:
Values are specified in positive integer millisecond amounts.
Truespeed
2 | 3 | 3.2 | 4 | IE4B1 | M | N | O
Required? No
Description:
This stand alone indicates that exact SCROLLDELAY values should be honored. If this attribute is not present, all SCROLLDELAY values less than 59 are rounded to 60 milliseconds.
Values: NA
VSpace
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Specifies values for the top and bottom spacing margins for the outside of the Marquee.
Values:
Specified in positive integer pixel amounts. Default value is 0.
Width
2 | 3 | 3.2 | 4 | IE2 | M | N | O
Required? No
Description:
Specifies the width of the Marquee box. Default value is the width of the screen.
Values:
Positive integer values representing the pixel height of the marquee box or a percentage of the screen height.
Example
<marquee ALIGN="Top" LOOP="infinite" BEHAVIOR="slide" BGCOLOR="#FF0000" DIRECTION="left" HEIGHT=30 WIDTH=200>
Marquee Sliding Text Example
</marquee>
Parent Model
%Block Parent%
Exceptions: <marquee>
Content Model
%In-line Content% | %Block Content%
Exceptions: <marquee>
Tips & Tricks Browser Peculiarities
Boring Copyright Stuff...