Language References
Sets or retrieves which direction the MARQUEE text should scroll.
Inline |
<MARQUEE DIRECTION = 'left' | 'right' | 'down' | 'up'...> |
Script |
marquee.direction = sDirection ] |
left |
The marquee scrolls left. |
right |
The marquee scrolls right. |
down |
The marquee scrolls down. |
up |
The marquee scrolls up. |
The property is read/write with a default value of left.
This example shows the effect of setting different direction values for a MARQUEE.
This feature requires Microsoft® Internet Explorer® 4 or later.
Show me
MARQUEE
behavior, loop