VALIGN Attribute | vAlign Property | Internet Development Index |
Sets or retrieves whether the caption appears at the top or bottom of the table.
Syntax
HTML <CAPTION VALIGN = sAlign... > Scripting CAPTION.vAlign [ = sAlign ]
Possible Values
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.
Standards Information
This property is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 .
Applies To
CAPTION