The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
valign attribute | vAlign property
Sets or retrieves whether the caption appears at the top or bottom of the table.
Syntax
| HTML | <element valign="p" ... > |
|---|---|
| JavaScript | |
Property values
Type: String
top
-
Default. Places the caption at the top of the table.
bottom
-
Places the caption at the bottom of the table.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
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.
See also
Build date: 11/28/2012