http://www.shejidaren.com/css-auto-height-of-the-column.html
var m = Math.max( $(‘.main‘).height(), $(‘.sidebar‘).height(), $(‘.sidebar2‘).height() ); $(‘.content‘).height(m);
jQuery+CSS让两栏/多栏布局高度自动一致
原文:http://www.cnblogs.com/nc-blog/p/3985543.html