当前位置: 代码迷 >> HTML/CSS >> 清除浮动时,FF和IE的兼容性解决思路
  详细解决方案

清除浮动时,FF和IE的兼容性解决思路

热度:174   发布时间:2012-04-10 21:03:56.0
清除浮动时,FF和IE的兼容性
HTML code

<div style="background:yellow;">
    <div style="width:100px; height:100px; background:red; float:left;"></div>
    <div style="clear:both;"></div>
</div> 

aaaaaaaaaaaaa



FF中:


IE中:


IE中,div怎么把下面的字也包含进去了??

------解决方案--------------------
你用的ie几?我用ie8测试没问题啊
  相关解决方案