<html>
<head></head>
<body>
<div>
<div style="float: left; width: 300px; border: 1px solid black;">
testomgsgo<br/>
testete<br/>
testete<br/>
testete<br/>
testete<br/>
</div>
<div style="float: left; width: 300px; border: 1px solid black;">
<div style="background: #FF0000; width: 50px; height: 50px; margin-left: auto;"></div>
</div>
<div style="clear: both"></div>
</div>
</body>
</html>
有了上面的代碼,左手邊將有可變的內容,我需要div在右邊的div(紅色框)到站點在底部,所以它的底部邊緣與左側div高度的底部。左浮動相等的高度
我試過使用自動頂部邊距,但我相信問題是我無法獲得右側div的高度以匹配左側div。
有沒有辦法用CSS來做到這一點,還是我不得不求助於JavaScript來匹配高度?
這工作,如果他想要100%的高度(如在頁面的高度)。我想他想要一個容器中的列。 – Purag 2011-12-20 00:53:08
是的,這是非常接近,但 – Mikeb 2011-12-20 17:03:26