I'm making a website which has a 3 vertical column layout, and a footer.
The problem is I can't figure out how to make the 3 columns with the same height, no matter how much content they have.
In other words, the column which has the most content will have the same height as the 2 others. Also note that the columns cannot have the same class, since the width of the middle is larger than the others, and the columns have to be dynamic, since the client will frequently modify the content.
How could I achieve this?
3 column layout with same height.
Hi Grafdude,
Have a look at http://www.csscreator.com/version2/pagelayout.php
or look at http://www.alistapart.com/articles/fauxcolumns/
Hope that helps
3 column layout with same height.
i'm affraid this technique will not work, this link explains it all:
http://megamatique.ca/lvill/Megamatique/index.html
Look at the source code.