私は他の上に1つのdivを持っています。上の div にはmargin-bottom: 10px
、下の div にはmargin-top: 10px
がありますが、2 つの div の間には 10px のスペースしかありません。
実際の例: http://jsbin.com/efgok/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>
レンダリング: