Faux Columns
October 29, 2008 · Filed Under PHP/MySQL/HTML/CSS · Comment
Many webmasters are finding themself in problem while working
with css that columns in their design are not stretching until bottom.
It basicaly means that if you have 2 columns and one is shorter for example 300 px and second 800 then this first one will not be streched to appropriate height and you will have another color on rest of 500 px in first columns.
However there is simple cheat that overcome this problem.
Cheat is called Faux columns. You will basicly create appropriate image
and tile it verticaly behind your div you want to stretch and behind body. Read more




