Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets or retrieves the direction in which the text should scroll.
Syntax
HTML | <element direction="p" ... > |
JavaScript |
p = object.direction |
Property values
Type: String
left
Default. Marquee scrolls left.
right
Marquee scrolls right.
down
Marquee scrolls down.
up
Marquee scrolls up.