Definition The empty-cells property sets whether or not to show empty cells in a table (only for the "separated borders" model). ...
Definition
The empty-cells property sets whether or not to show empty cells in a table (only for the "separated borders" model).JavaScript Syntax
CSS properties can also be dynamically changed with a JavaScript.Scripting Syntax: object.style.emptyCells="show"
Example
table { empty-cells: show } |
Possible Values
Value | Description |
---|---|
hide | Default. No borders are drawn around empty cells |
show | Borders are drawn around empty cells |
Goto CSS3 and CSS2 complete reference