.wrap{width:600px;margin:0 auto; overflow:hidden;} css
.left{background:#ccc;width:300px;float:left;margin-bottom:-10000px;padding-bottom:10000px;} html
.right{background:#eee;width:300px;float:left;margin-bottom:-10000px;padding-bottom:10000px;} web
html代碼:<div class="wrap"><div class="left">左側</div><div class="right">右側<br />右側<br />右側<br />右側</div></div>
說明:經過控制margin-bottom:-10000px;padding-bottom:10000px;這個樣式,達到左右高度一致,實際上兩邊的高度在10000px範圍內均可以保持一致,能夠設置更高。 frontend
[轉]http://hi.baidu.com/webfrontend/item/750ef3988d37cc49f042155c spa