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

table-layout

Specifies whether the layout of table rows, columns, and cells is fixed.

Browser/User Agent Support

IENetscapeMozillaOperaSafari
5.0+6.0+1.0+7.0+1.0+
  • IE: table-layout is not supported in IE on a Mac.

Values

inheritInherit the value from the parent element.
autoUse the standard table layout rendering.
fixedRender the table layout in a single pass.

Example

For a demonstration of the table-layout attribute, see the demo page on quirksmode:

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

Availability

W3C CSS2

Related