Visit Mozilla.org

CSS:caption-side

From MDC

« CSS Reference

[edit] Summary

caption-side positions the the content of table-caption at the specified side.

[edit] Syntax

caption-side: top | bottom | left | right | inherit

[edit] Values

top
caption box will be above the table.
bottom
caption box will be below the table.
left
caption box will be on the left side of the table.
right
caption box will be on the right side of the table.

[edit] Examples

View Live Examples

.contentbox table-caption{
  caption-side: bottom;
}

[edit] Notes

[edit] Specifications

[edit] Browser compatibility

Browser Lowest Version
Internet Explorer ?
Firefox ?
Netscape ?
Opera ?
Safari ?

[edit] See also

caption-side table-layout border-collapse border-spacing empty-cells speak-header