Sets or retrieves whether the caption appears at the top or bottom of the table.
dhtml语法
HTML | <CAPTION VALIGN
= sAlign... >
|
---|
Scripting | CAPTION.vAlign [ = sAlign ] |
---|
DHTML可能的值
sAlign | String that
specifies or receives one of the following values.top | Default. Places the caption at the top of the table. | bottom | Places the caption at the bottom of the table. |
|
The property is read/write.
The property has a default value of
top.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see about dynamic properties.
remarks
when this property is set dynamically, the value of the property will be updated, but there will be no visible change in the display.
是否符合公共标准
This property is defined in
World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To