Description

Sets how the browser renders tables. The browser must load all the table data before rendering the table which can cause a slight delay. Setting of fixed allows the browser to use the tables size attributes and uses the first row to cell widths to render the table.

Example

 Table{table-layout:fixed;}

Values
auto, fixed
Default value
auto
Introduced in CSS version
2.1
Applies to elements
table elements
Inherited
No
Browser Support
BrowsersIEFirefoxSafariOperaChrome
Versions51160.2
Belongs to:

See the full list CSS properties and browser support: CSS Properties