The cover of The Complete Idiot's Guide to Create a Web Page The Complete Idiot's Style Sheets Reference

| Index | Current Category: Tables |
| Previous Style: bottom | Next Style: clear |


caption-side

Specifies the position of a table's caption.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported
Notes: Possible Values:
bottom
Positions the caption below the table.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

left
Positions the caption to the left of the table.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

right
Positions the caption to the right of the table.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

top
Positions the caption on top of the table.

Support:

W3C StandardInternet ExplorerNetscape Navigator
CSS2 and later Not supported Not supported

Example:
<TABLE>
<CAPTION STYLE="caption-side: top">Table 1. Bernard Lavery's humungofoods.</CAPTION>

| Index | Current Category: Tables |
| Previous Style: bottom | Next Style: clear |