caption-side | NN 6 IE 5(Mac) CSS 2 |
Inherited: Yes | |
Positions the caption element above or below the tabular content of the enclosing table element (other values may not work in some browsers). This attribute supplants some deprecated align attribute settings of the caption element. |
|
CSS Syntax | |
caption-side: top | bottom | left | right |
|
Value | |
One of the four constant values: top | bottom | left | right. |
|
Initial Value | |
top |
|
Applies To | |
caption elements. |
|
Object Model Reference | |
[window.]document.getElementById("elementID").style.captionSide
|