NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

HTML XHTML The Complete Reference
home » reference » appendix b » css1 / css2 properties

caption-side


This property defines the position of a caption element within a table. It may take left, right, top or bottom as a value. A value of top will typically default in a browser.

Examples


caption {caption-side: bottom;}
.right {caption-side: right;}

Browser and CSS Support Notes


CSS2
No IE support
Nav 6, 7
Opera 6, 7

(X)HTML Elements
CSS Properties
Back: bottom Next: clear
< Home | About | Chapters | Examples | Errata | Reference | Site Map >