CSS Property: empty-cells
[this page | pdf | back links]
The CSS (CSS2) empty-cells property indicates whether
to display borders and background for empty cells in a table (only applicable
if border-collapse
property is "separate").
Valid property values
(other than inherit
and initial) are:
|
Value
|
Description
|
|
hide
|
No background or
borders shown on empty cells
|
|
show
|
(default value).
Background and borders shown on empty cells
|
|
Default Value:
|
show
|
|
JavaScript syntax:
|
e.g. object.style.emptyCells="hide"
|
|
Inherited:
|
Yes
|
|
Animatable:
|
No
|
NAVIGATION LINKS
Contents | Prev | Next | CSS Properties