You are here : cssCSS 3empty-cells

empty-cells - CSS 3

The empty-cells property sets whether or not to display borders and background on empty cells in a table (only for the "separated borders" model).


Syntax

empty-cells: show|hide|initial|inherit;


Example

table
	{
	   
	border-collapse: separate;
	   
	empty-cells: hide;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference