![]() | ![]() |
This tag is a container that enables you to create a scrolling text marquee. |
![]() | |||||||||
ALIGN![]() ![]() |
Specifies the position of the text inside the assigned space for the marquee. Possible values are BOTTOM, MIDDLE and TOP. | ||||||||
BEHAVIOR![]() ![]() |
Specifies how the text should behave.
The default value is SCROLL. | ||||||||
BGCOLOR![]() ![]() |
The background color of the marquee.
See the page Using colors for a description on specifying colors. | ||||||||
DIRECTION![]() ![]() |
Specifies in which direction the text should scroll. Possible values are LEFT and RIGHT. The default is LEFT, which means scrolling to the left from the right. | ||||||||
HEIGHT![]() ![]() |
Specifies the height of the marquee, either in pixels or as a percentage of the screen height. | ||||||||
HSPACE![]() ![]() |
Specifies left and right margins for the outside of the marquee, in pixels. | ||||||||
LOOP![]() ![]() |
Specifies how many times a marquee will loop when activated. You can specify a number of times it must be displayed or use INFINITE, in which case it will loop indefinitely. Using number = -1 has the same effect as INFINITE. | ||||||||
SCROLLAMOUNT![]() ![]() |
Specifies the number of pixels between each successive draw of the marquee text. | ||||||||
SCROLLDELAY![]() ![]() |
Specifies the number of milliseconds between each successive draw of the marquee text. | ||||||||
TRANSPARENCY![]() |
With version 1.1 of the WebTV interface, use the transparency attribute for the background color for the marquee. The value for the transparency attribute can range from 0 (fully opaque) to 100 (fully transparent). The default value for trans-parency is 0. Note that the WebTV interface has implemented optimizations for a transparency value of 50 that make pages draw faster. | ||||||||
VSPACE![]() ![]() |
Specifies top and bottom margins for the outside of the marquee, in pixels. | ||||||||
WIDTH![]() ![]() |
Sets the width of the marquee, either in pixels or as a percentage of the screen width. |
![]() | ![]() |
Source: | <CENTER><FONT COLOR=#FFFFFF SIZE=+1> <MARQUEE BGCOLOR=#000080 DIRECTION=RIGHT LOOP=6 WIDTH=75%> <STRONG>A sample marquee</STRONG></MARQUEE></FONT></CENTER> |
Result: |
|