Tables

table-layout

Determines weather the browser renders the selected table element with all the columns with the same width as the first column, which makes it a bit faster.If speed is not an issue is recommended to not use this property.

Example

table-layout:fixed;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

auto Property value set automatically.
fixed Locks the image in place.

Related properties

Can be used with..

Search the Soup!