a table, table-layout:fixedbut no width declared; without a wrapper. IE win expands the table to the full width (see MS techdoc). Other browsers collapse the table to the width of its content.
| cell1 | cell2 | cell3 | cell4 |
| Lorem | ipsum | dolor | amet |
the same table; within a wrapper.
| cell1 | cell2 | cell3 | cell4 |
| Lorem | ipsum | dolor | amet |
the same table; within a wrapper; width on the columns (the col tag).
| cell1 | cell2 | cell3 | cell4 |
| Lorem | ipsum | dolor | amet |
the same table; within a wrapper; width on the columns (the col tag), but much more content.
| cell1 | cell2 | cell3 | cell4 |
| Lorem ipsum dolor sit amet, consectetuer adipiscing elit. | Aliquam ultricies, metus sed rutrum dignissim, leo dui sollicitudin sapien, | sit amet sagittis est metus ut erat. | Maecenas sollicitudin. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. |