table-layout

Values:

auto | fixed | inherit

Initial value:

auto

Applies to:

Elements with the display value table or inline-table.

Inherited:

Yes.

Description:

table-layout specifies which layout algorithm is used to lay out a table.

Examples:


table.fast {table-layout: fixed;}
Home 
  HTML CSS Book 
    CSS Reference  

Table:
  1. border-collapse
  2. border-spacing
  3. caption-side
  4. empty-cells
  5. table-layout
Related: