Style Object
The emptyCells property sets or returns whether to show the border and background of empty cells, or not.
Set the emptyCells property:
Return the emptyCells property:
| Value | Description |
|---|---|
| show | Border and background are shown in empty cells |
| hide | Border and background are hidden in empty cells |
| inherit | The value of the emptyCells property is inherited from parent element |
![]()
The emptyCells property is supported in all major browsers.
Note: The default value is different in different browsers. In IE, Chrome and Safari, the default value is "show", while in Firefox and Opera the default value is "hide".
Note: The emptyCells property is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports it.
Change how empty cells are shown:
Style Object
Your message has been sent to W3Schools.