Matching Div Heights With CSS and JavaScript
Depending on content, themes or templates that have multiple columns and use <div> as containers will most likely have uneven column heights. I had this problem creating the Gila theme. I tried some JavaScript solutions but none I could find would work.
This is an article from http://www.devarticles.com on matching div heights with CSS and JavaScript. I haven’t tried using their solution on Gila but I will as soon as time permits.






Try FauxColumns instead.
I tried that method for the Gila theme and it didn’t work. I may of screwed something up though.