caption-side
Name: caption-side
Description: Specifies the position of the table caption with respect to the table box.
Browser Compatibility: IE 4+ / NN 6+ / O 4+
Inherited: Yes
Values:
- bottom
- inherit
- top [Initial value]
Code Example:
caption {caption-side:bottom; width: auto; text-align: left;}
Comments: The caption is treated as if it were a block element, except that it inherits all of the inheritable properties from the table itself.