【发布时间】:2015-11-18 20:01:20
【问题描述】:
有时 div 在样式设置时会折叠。我已经知道浮动子元素会使父 div 折叠并且两个 div 共享相同的边距。 Some DEMOS
在使用 CSS 时,还有其他情况可以让 div 折叠吗?
【问题讨论】:
-
How to ask a good question。请发布您已经尝试过的代码,我们不是来为您编码的。
-
如果我明白你的意思,当孩子们有
position:absolute' or the parent has 'display:inline' and the child hasdisplay:block;`(例如span中的div)jsbin.com/zipemi。
标签: html css css-float margin collapse