HTML and CSS Reference
In-Depth Information
Name
empty-cells
Values:
show | hide
Initial value:
show
Applies to:
Elements with a display value of table-cell
Inherited:
Yes
Computed value:
Same as declared value
Description:
Defines the presentation of table cells that contain no content. If shown, the cell's borders and
background are drawn. This property is only honored if border-collapse is set to separate ;
otherwise, it is ignored.
Examples:
th, td {empty-cells: show;}
Search WWH ::




Custom Search