I have some page layouts that require multiple columns and all of their content needs to be vertically aligned to the top since different columns will have more/less text than others.
I did the layout using the table-cell property so I could use vertical-align, which doesn't work with blocks as far as I know, but I just realized that the display: table-cell property doesn't work with IE 7 or below, which is a big no-go.
Anybody know how to vertical align in divs, or a fix for <= IE7 ?