DIRECTION Attribute | direction

HTML (DHTML)

DIRECTION Attribute | direction Property

Internet Development Index

Sets or retrieves the direction in which the text should scroll.

Syntax

HTML<MARQUEE DIRECTION = sDirection... >
ScriptingMARQUEE.direction [ = sDirection ]

Possible Values

sDirectionString that specifies or receives one of the following values.
leftDefault. Marquee scrolls left.
rightMarquee scrolls right.
downMarquee scrolls down.
upMarquee scrolls up.

The property is read/write. The property has a default value of left.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.

Standards Information

There is no public standard that applies to this property.

Applies To

MARQUEE