CSS property: empty-cells
Availability
|
BlackBerry®
Device Software version 4.6 or later
|
Usage
|
Table-cell elements
|
Inherited
|
Yes
|
Default value
|
show
|
The empty-cells property specifies whether or not the borders and background of empty table cells. Table cells are considered empty if they contain no content, or if they have set visibility to hidden.
Considerations
The empty-cells property is only valid when you have set border-collapse to separate for the table.
Property values
Parameter
|
Description
|
hide
|
This value specifies that empty table cells are not displayed.
|
show
|
This value specifies that empty table cells are displayed.
|
inherit
|
This value specifies that the element inherits the empty-cells property value from the containing element.
|
Index
Was this information helpful? Send us your comments.