table-layout
Name: table-layout
Description: Specifies the algorithm to be used in table layouts.
Browser Compatibility: IE 5+ / NN 6+ / O 7+
Inherited: No
Values:
- auto [Initial value]
- fixed
- inherit
Code Example:
table {table-layout: fixed;}
Description: Specifies the algorithm to be used in table layouts.
Browser Compatibility: IE 5+ / NN 6+ / O 7+
Inherited: No
Values:
Code Example: