The table-layout property sets the table layout algorithm to be used for a table.
| Default value: | auto |
|---|---|
| Inherited: | no |
| Version: | CSS2 |
| JavaScript syntax: | object.style.tableLayout="fixed" |
![]()
The table-layout property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
| Value | Description | Play it |
|---|---|---|
| auto | Automatic table layout algorithm (this is default):
|
Play it » |
| fixed | Fixed table layout algorithm:
|
Play it » |
| inherit | Specifies that the value of the table-layout property should be inherited from the parent element |
CSS tutorial: CSS Table
HTML DOM reference: tableLayout property
Your message has been sent to W3Schools.