direction attribute | direction property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the direction in which the text should scroll.
Syntax
| HTML | <element direction="p" ... > |
|---|---|
| JavaScript | |
Property values
Type: String
left
-
Default. Marquee scrolls left.
right
-
Marquee scrolls right.
down
-
Marquee scrolls down.
up
-
Marquee scrolls up.
Build date: 3/8/2012