caption-side

Support Key: [CSS2|CSS2.1] [N6|O4|S1]
Other Table Properties
border-collapse
border-spacing
empty-cells
speak-header
table-layout
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   top
Applicable Elements:
<caption> elements and all elements with an assigned 'display' value of "table-caption"
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
<caption ALIGN="top|bottom">
Official Docs:
CSS2: Sect. 17.4.1, CSS2.1: Sect 17.4.1
What is it?
This property specifies the position of elements with an intrinsic (HTML CAPTION elements) or assigned 'display' property value of "table-caption" in relation to the table rendering box they are assigned to. Alignment within the table caption is accomplished using the 'text-align' and 'vertical-align' properties.

Allowed Values
inherit
[CSS2|CSS2.1] [N6|O4|S1]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
top
[CSS2|CSS2.1] [N6|O4|S1]
Type: Explicit
Description:
The caption is positioned above the rendered table box.
bottom
[CSS2|CSS2.1] [N6|O4|S1]
Type: Explicit
Description:
The caption is positioned below the rendered table box.
left
[CSS2] [O4-O6.x]
Type: Explicit
Description:
The caption is positioned to the left of the rendered table box.
right
[CSS2] [O4-O6.x]
Type: Explicit
Description:
The caption is positioned to the right of the rendered table box.
Example
Ext/Doc: caption { caption-side: right }
In-Line:  <caption STYLE="caption-side: right">Table caption</caption>
Notes Browser Peculiarities

Boring Copyright Stuff....