DIV嵌套问题

DIV嵌套,在父级元素无边框、无padding设置时,内层DIV使用margin-top,会传送到父级元素。

此情况父级元素上使用display:table即可解决。

原文地址:https://www.cnblogs.com/coffe/p/3918099.html