解决外边距折叠问题

来源:互联网 发布:php中pre 编辑:程序博客网 时间:2024/05/18 01:16

转自知乎评论:http://www.zhihu.com/question/19823139


如何解决外边距叠加的问题?

上面div的margin-bottom:10px;
下面div的margin-top:10px;
这样他们的外边距叠加了,有什么方法解决,最好不要转换成padding

<div style="width:100px; background:#930; height:100px; margin-bottom:10px;"></div>
<div style="width:100px; background:#f30; height:100px; margin-top:10px;"></div>

0 0
原创粉丝点击