The 3.2 cell has been declared to be a block level element and should overflow the table width. This has no effect in IE7 and lower, since for this browser a table cell is a block level element. In fact, IE uses its own algorithm for table computations.
| 1 | 2 | 3 |
| 1.1 | 2.1 | 3.1 |
| 1.2 | 2.2 | 3.2 |