我在我的网站上使用了一个div,使用了float:left和float:之后使用clear:两者,它在所有浏览器中工作正常除了ie7我已经尝试了很多东西请告诉我一个解决方案解决这个问题......
的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>
由于
答案 0 :(得分:1)
答案 1 :(得分:0)
在父div中添加一个没有内容的div,并使用style清除它。例如