本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

empty-cells

Specifies whether to show or hide borders for empty table cells.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
no6.0+1.0+5.0+1.2+

Usage

["show" | "hide"]

Values

inheritInherit the value from the parent element.
showDisplay empty cells.
hideHide empty cells.

Example

For a demonstration of the empty-cells attribute, see the demo page on quirksmode:

http://www.quirksmode.org/css/tables.html#emptycells

Availability

W3C CSS2

Related