Sets or retrieves the direction in which the text should scroll.
Syntax
HTML <MARQUEE DIRECTION = sDirection ... > Scripting marquee.direction [ = sDirection ]
Possible Values
sDirection String that specifies one of the following values:
left Marquee scrolls left. right Marquee scrolls right. down Marquee scrolls down. up Marquee scrolls up. The property is read/write with 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 Dynamic Properties.
Applies To
MARQUEE