#5: Columns of Equal Height: Super Simple Two Column Layout




CSS-Tricks Screencasts show

Summary: <p>Forcing multiple columns to be of equal height is one of those tricky things in web design. In this screencast I'll show you a little trick around it. Instead of making the actual elements themselves equal height, we'll use a background image to "fake" the look of equal height columns.</p> <p><strong>Links from video:</strong> </p> <ul> <li><a href="http://css-tricks.com/super-simple-two-column-layout/">Original Article</a></li> <li><a href="http://www.alistapart.com/articles/fauxcolumns/">Faux Columns</a></li> </ul>…