我有一个 div 在另一个之上。顶部 div 有margin-bottom: 10px
,底部 div 有margin-top: 10px
,但两个 div 之间只有 10px 的空间。
现场示例:http: //jsbin.com/efugok/1/edit
带有 Css 的 HTML:
<div style="margin-bottom:10px; background: #e6e6e6;" id="one">one</div>
<div style="margin-top:10px; background: #ccc" id="two">two</div>
渲染: