我有一個非常簡單的html代碼:高度的div等於 「0」
<body>
<div id="container">
<div id="left">
some text here
</div>
<div id="right">
and some text here
</div>
</div>
</body>
和風格:
div#left {
float: left;
background: #e2e2e2;
}
div#right {
float: right;
background: #1469ab;
}
我想有DIV的#container的等於高度它的內容高度,但現在它實際上是0.如何實現這種行爲?
[哪種方法可能重複'clearfix'最好?](http://stackoverflow.com/questions/211383/which-method-of-clearfix-is-best) – 2010-11-15 11:17:13