Definition The caption-side property sets the position of the table caption. JavaScript Syntax CSS properties can also be dynamically chang...
Definition
The caption-side property sets the position of the table caption.JavaScript Syntax
CSS properties can also be dynamically changed with a JavaScript.Scripting Syntax: object.style.captionSide="left"
Example
table { caption-side: left } |
Possible Values
Value | Description |
---|---|
top | Default. Positions the table caption above the table |
bottom | Positions the table caption below the table |
left | Positions the table caption to the left of the table |
right | Positions the table caption to the right of the table |
Goto CSS3 and CSS2 complete reference