Skip to main content.

Lumenbrite Training

Archives

This is the archive for November 2006
If you ever created a basic two column layout with CSS (Cascading Style Sheets), you’ll notice that unless you statically set your heights they will never match. DIV tags have a tendency to wrap around content, changing it’s height to accommodate. I was recently looking for a solution and stumbled upon a nifty little JavaScript file that takes care of this.

Stephan Mischook’s from killersites.com has a great step-by-step tutorial that guides you through the process of implementing this solution. The only draw back to using this fix or any other js file is that the client can have JavaScript turned off on their browser. In this case, it’s purely cosmetic.

Click here to visit the matching column fix.