The table-layout property
table-layout: fixed;
| A table |
Header |
With |
Some data |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
table-layout: auto;
| A table |
Header |
With |
Some data |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
table-layout: fixed; and width: 600px;
| A table |
Header |
With |
Some data |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
table-layout: auto; and width: 600px;
| A table |
Header |
With |
Some data |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
table-layout: fixed; and width: 300px;
| A table |
Header |
With |
Some data |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
table-layout: auto; and width: 300px;
| A table |
Header |
With |
Some data |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
| And some |
Normal data |
Which |
Is foo! |
Home - More stuff