Equal height columns in CSS

Monday, April 21st, 2008 Posted in CSS | No Comments »

To achieve equal height columns using <table> in html is very easy, it is directly supported. However in CSS world, how can we create 2 equal height columns using <div> ... Read more..