{caption-side:}
The {caption-side:} property sets the vertical position of a table caption box (an element whose {display:} propertyhas the value {display:table-caption;}).
To affect the horizontal alignment of the caption text, use the {text-align:} property.
The caption box is positioned relative to the table box.
CSS2 also defined the values {left:} and {right:} for this property, but they were removed in CSS2.1.
Internet Explorer for Windows versions up to and including 7 do not support the {caption-side:} property.