DIRECTION Attribute | direction参数属性
| DHTML文档教程 |
Sets or retrieves the direction in which the text should scroll.
dhtml语法
| HTML | <MARQUEE DIRECTION
= sDirection... >
|
|---|
| Scripting | MARQUEE.direction [ = sDirection ] |
|---|
DHTML可能的值
| sDirection | String that
specifies or receives one of the following values.| left | Default. Marquee scrolls left. | | right | Marquee scrolls right. | | down | Marquee scrolls down. | | up | Marquee 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.
是否符合公共标准
There is no public standard that applies to this property.
Applies To