margin垂直折叠3
by cyning sun
HTML
<!-- 毗邻不折叠的情况: 块级格式化上下文-->
<div style="margin-top:50px; width:100px; height:100px; background-color:green; overflow:hidden;">
<div style="margin-top:50px; background-color:gold;">B</div>
</div>
by cyning sun
<!-- 毗邻不折叠的情况: 块级格式化上下文-->
<div style="margin-top:50px; width:100px; height:100px; background-color:green; overflow:hidden;">
<div style="margin-top:50px; background-color:gold;">B</div>
</div>