A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/css/properties/empty-cells below:

empty-cells ยท WebPlatform Docs

empty-cells Summary

Sets whether or not to display borders and background on empty cells in a table.

Overview table
Initial value
show
Applies to
table-cell elements
Inherited
Yes
Media
visual
Computed value
Same as specified
Animatable
No
CSS Object Model Property
emptyCells
Syntax Values
show
Renders empty cells with inherited borders and styles
hide
Does not render the cell
Examples


td{
    empty-cells: hide;
}

View live example

Notes Remarks

If all cells in a particular row have the empty-cells value set to hide, the entire row will behave as if it had the display value of none. The empty-cells value can be set for an entire table. If the value is set in the table properties to show,all cells will be rendered with borders, regardless of their content.

Syntax

empty-cells: show | hide

Standards information See also Related articles Tables Related pages Attributions

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4