Specifies whether the layout of table rows, columns, and cells is fixed.
Platform Support
IE | Netscape | Mozilla | Opera | Safari | 5.0+ | 6.0+ | 1.0+ | 7.0+ | 1.0+ |
---|---|---|---|---|
|
Values
inherit | Inherit the value from the parent element. |
auto | Use the standard table layout rendering. |
fixed | Render 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