关于margin

<html>

<body>

<div style="width:200px;height:200px;background-color:red;>
<div style="width:100px;height:100px;background-color:black;margin-left:300px;">

</div>

</div>

</body>

</html>

左边是火狐显示,右边为IE显示。用overflow:hidden;可使子div消失。

 

posted @ 2014-11-23 20:06  disneyland  阅读(153)  评论(0编辑  收藏  举报