Archive for the ‘Cascading Style Sheets (CSS)’ Category

CSS – equal height columns

Whilst teaching recently, someone asked about columns with equal heights. Whilst familiar with what seems to be the ‘default’ method, i.e. add a background image, I realised that this won’t deal with all necessary situations. If you absolutely have to add three columns with different background colours, try this ingenious method: http://www.alistapart.com/articles/multicolumnlayouts/ The only ‘problem’ [...]