Tables

empty-cells

This property tells the browser how to render empty cells on a table, determining if the borders and background color/image are shown or not.

Example

empty-cells: hide;

Browser support

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

Values

hide Prevents any part of a table cell to be displayed.
inherit The property uses the same value as the same property of the parent element.
show Default value, shows empty cells including any background and border.

Related properties

Can be used with..

Search the Soup!