Vladimir Tokmakov
Vertical alignment 6 October 2007 |
|
Internet Explorer is required to view this example.
Task: | Align bottom columns of different height not using tables. |
||
For most modern browsers this is no problem. It can be achieved by using CSS display
property (through table
, table-row
, and table-cell
values) and vertical-align
(specifying bottom
). But IE, and even its seventh version, does not have these.
The approach suggested below works for IE 5 and higher regardless of rendering mode, be it quirks, transitional, or strict.
|
|