![]() |
| IE | FF | Op | Saf |
|---|---|---|---|
The table-layout property defines the algorithm used to display the table cells, rows, and columns.
| Values | Description |
| auto | This value makes the cells in a table resize according to the contents of the cells instead of the width of the columns/table. This is the default value. |
| fixed | This value will set the cell size to a fixed value defined by the width property in the columns/table. |
Available in CSS2
| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | XXXXXXXXXXXXXXX | XXXXXXXXXXXXXXX |
| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | XXXXXXXXXXXXXXX | XXXXXXXXXXXXXXX |
Comments