私はこのようなものを持っています:
<div id="page">
<---some content here -->
<div id="container">
<div id="child">
</div>
</div>
</div>
現在、#page
フォーマットは含まれていません。これは正しく機能します。some content
つまり、コンテンツが大きいほど、#page
高さも高くなります。しかし、今日私がそれを適用#container
したとき、それは配置され、そのabsolute
中に配置されたものがあります、#child
それは中にはないrelative
ようです-つまり、成長しても高さは変化しません、なぜですか?#container
#page
#container
#page