Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 position:relative 容器中有一些 position:absolute 元素。
有没有办法让容器完全包围它的孩子?
例如,如果我给容器一个背景颜色,我想看到所有绝对定位元素下面的背景颜色。
Noope,你必须给父母一些宽度和一些高度。在阅读这篇文章之前,我并没有完全理解 CSS Floats:
http://alistapart.com/article/css-floats-101