Extensible HyperText Markup Language

XHTML.com recommends: PSD to HTML Slicing Service and PSD to HTML by W3 Markup. see your link here

empty-cells

Definition

The empty-cells property specifies if empty cells should be visible. The screen shot below shows a table with empty cells that are not visible.

Screen shot of a Web browser that shows a table with empty cells that are not visible.

The screen shot below shows a table with empty cells that are visible.

Screen shot of a Web browser that shows a table with empty cells that are visible.

Example

  1. table {empty-cells: show}

Characteristics

Possible values

show
Borders and backgrounds are drawn around/behind empty cells
hide
No borders or backgrounds are drawn around/behind empty cells.
inherit
Use the same computed value as the parent element for this property.

Default value

show

Applies to

Inherited

Yes