我m使用我的網站中的div通過使用float:left和float:之後使用明確:兩者,其在所有瀏覽器工作正常,除ie7我已經嘗試了很多的事情,請告訴我一個解決方案來解決這個問題....清除屬性不工作ie 7
CSS:
.clear
{
clear : both;
margin : 0px;
}
HTML:
<div style="float:left">some text</div>
<div style="float:left">some text</div>
<div class="clear"></div>
<div style="float:left">some text</div>
<div style="float:left">some text</div>
感謝
這是[Doctype](http://doctype.com/)的問題。 – kiamlaluno 2010-08-04 18:56:13
IE7在處理清晰方面似乎有一個「bug」:兩者都有。它不適用於例如標籤標籤,如果您將其設置爲顯示:block並且清除:對於這些標籤也是如此。 – Johncl 2013-12-20 09:52:14