Table of contents
No headers
caption-side : top | bottom;
S: NS6+ O7+ Gecko
- top : Table caption is placed above table.
- bottom : Table caption is placed below table.
table-layout : auto | fixed;
B: O5+ S: IE5.5+ NS6+ O7+ Gecko
- auto : Table horizontal layout depends on cell content.
- fixed : Table horizontal layout depends only on width attributes and spcaing.
vertical-align : baseline | top | bottom | middle;
S: NS6+ Gecko
border-collapse : collapse | separate;
B: O5+ S: IE5.5+ NS7+ Gecko
- collapse : Best for tables with single border between cells.
- separate : Best for tables with separate border for each cell.
border-spacing : length [length];
S: NS6+ O5+ Gecko
- Tips and FAQs
- If only one value is specified, it applies to both horizontal and vertical spacing.
- If two values are specified, first is for horizontal spacing, second for vertical.
empty-cells : show | hide;
S: NS6+ O5+ Gecko