If you don’t care for IE6 and IE7 users, simply use display: table-cell for your divs:
demo
Note the use of wrapper with display: table.
For IE6/IE7 users – if you have them – you’ll probably need to fallback to Javascript.
If you don’t care for IE6 and IE7 users, simply use display: table-cell for your divs:
demo
Note the use of wrapper with display: table.
For IE6/IE7 users – if you have them – you’ll probably need to fallback to Javascript.