This property tells the browser how to render empty cells on a table, determining if the borders and background color/image are shown or not.
empty-cells: hide;
FF1+, SA1.3+, OP9.2+
| hide | Prevents any part of a table cell to be displayed. |
| inherit | The property uses the same value as the same property of the parent element. |
| show | Default value, shows empty cells including any background and border. |