table-layout

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

Platform 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

text_css aptana_docs