关于margin-top失效的解决方法(摘抄) 常出现两种情况:(一)margin-top失效先看下面代码:
<div><div >float:left</div><div name="code"><div style="height:100px;background:red;"><div class="box2">clear:both; margin-top:20px;height:50px;width:500px;background:#000;</div></div>