Results 1 - 5 of 5

border-spacing

The border-spacing CSS property specifies the distance between the borders of adjacent table cells (only for the separated borders model). This is equivalent to the cellspacing attribute in presentational HTML, but an optional second value can be used to set different horizontal and vertical spacing.
CSS CSS Property CSS Tables Reference

caption-side

The caption-side CSS property positions the content of a table's <caption> on the specified side.
CSS CSS Property CSS Tables Reference

empty-cells

The empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.
CSS CSS Property CSS Tables NeedsMobileBrowserCompatibility Reference

border-collapse

The border-collapse CSS property determines whether a table's borders are separated or collapsed. In the separated model, adjacent cells each have their own distinct borders. In the collapsed model, adjacent table cells share borders.
CSS CSS Borders CSS Property CSS Tables Reference

table-layout

The table-layout CSS property defines the algorithm to be used to layout the table cells, rows, and columns.
CSS CSS Property CSS Tables NeedsLiveSample NeedsMobileBrowserCompatibility Reference