Tables

border-collapse

This property specifies whether the border of two table elements(cells, rows, columns) are displayed with spacing or not.

Example

border-collapse: collapse;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

collapse Eliminates space between cells.
separate Default value, separates cells with space between them.

Related properties

Can be used with..

Search the Soup!