March 2004
Intermediate to advanced
528 pages
16h 33m
English
table-layout
This property is used to specify which layout algorithm is used to lay out a table. The fixed layout algorithm is faster but less flexible, while the automatic algorithm is slower but more reflective of traditional HTML tables.
auto | fixed |
inherit
auto
elements with the display value
table or inline-table
yes
as specified