
The Complete Idiot's Style Sheets Reference
| Index
| Current Category: Tables |
| Previous Style: elevation
| Next Style: filter
|
empty-cells
Controls whether empty cells are hidden or displayed in a table where border-collapse is set to separate.
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Notes:
- "Hidden" means that no borders are displayed around the empty cells.
Possible Values:
- hide
Empy cells are displayed without borders.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
- show
Empy cells are displayed with borders.
-
Support:
-
W3C Standard | Internet Explorer | Netscape Navigator |
CSS2 and later |
Not supported |
Not supported |
Example:
<TD STYLE="empty-cells: hide"> </TD>
| Index
| Current Category: Tables |
| Previous Style: elevation
| Next Style: filter
|
|