【发布时间】:2012-10-17 02:29:27
【问题描述】:
我有一个 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>
渲染:
【问题讨论】: