CSS empty-cells Property
This property specifies whether or not the borders in empty cells in a table should be displayed.
Syntax
Property Values
Value | Description |
---|---|
show | Borders should be displayed on empty cells. This is the default setting. |
hide | Borders on empty cells should be hidden. |
initial | This property is set to its default value. |
inherit | This property is inherited from its parent element. |
Supported Browsers
Element | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
empty-cells | 1.0 | 1.0 | 1.2 | 8.0 | 4.0 |