CSS empty-cells Property
Description
Specifies the display of table cells that have no visible content.
- Initial valueshow
- Applies to'table-cell' elements
- InheritedYes
- MediaVisual
- Computed valueAs specified
- AnimatableNo
- CSS VersionCSS3
- JavaScript syntaxobject.style.emptyCells
Syntax
Formal syntax: show | hide | inherit empty-cells: show; empty-cells: hide;
Values
- showRenders empty cells with inherited borders and styles.
- hideDoes not render the cell.
Example
.class { empty-cells: show; }
Browser Support
1+![]() | 8+![]() | 1+![]() | 1.2+![]() | 9.5+![]() |
View All CSS Properties
Errors? Please help to keep this list up to date, If you find any errors, please contact us, so that we can get them fixed.