一共4个DIV。
最外面的容器main,css属性如下:
#main{overflow:hidden;}
然后left个rigth添加属性如下:
#left,#right{padding-bottom:5000px;margin-bottom:-5000px;}
搞定。
IE8和FF3测试通过。