I have a test three-column page up ( http://hussain.mooo.com ). However, the left and right columns refuse to stretch to the bottom of the page. The XHTML and CSS is valid, I’m using Firefox, and they’re all inside a wrapper div. Any help?
Thanks in advance.
As @Andrea Zilio says you could use the faux column technique but this would mean to give up the fluid width of at least one or two columns.
There are other approaches for 100% height in multi-column layouts with fluid width.
Mathew James Taylor has a great explanation of how multi-column fluid 100% height layouts works and a couple of layouts you can copy (by looking at the source code).