Specifies whether to show or hide borders for empty table cells.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | no | 6.0+ | 1.0+ | 5.0+ | 1.2+ |
---|
Usage
["show" | "hide"]
Values
inherit | Inherit the value from the parent element. |
show | Display empty cells. |
hide | Hide empty cells. |
Example
For a demonstration of the empty-cells attribute, see the demo page on quirksmode:
http://www.quirksmode.org/css/tables.html#emptycells
Availability
W3C CSS2