{caption-side:} Caption-Side Property - CSS Property Reference :: webDev

CAPTION-SIDE IS A TABLE PROPERTY

{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.

CSS Property: {caption-side:}

Specifies on which side of the table a table-caption box (such as the default style of the HTML <caption> element) will be placed. Not supported by IE.

{caption-side:} Caption-Side CSS Property Reference :: webDev