gpt4 book ai didi

css - float 时 div 未被包含 -

转载 作者:太空宇宙 更新时间:2023-11-04 04:42:42 25 4
gpt4 key购买 nike

有谁知道为什么这个 .inner div 不包含这个 float 的元素吗?

Here is a jsfiddle

<header>
<div class="inner">

<h1>Heading Level 1</h1>

<h2>Heading Level 2</h2>

<a href="http://derekthomaswood.com">BUTTON</a>

</div> <!-- end .inner -->
</header>

enter image description here

最佳答案

overflow: auto 添加到 .inner: http://jsfiddle.net/7Sunw/1/

float: left/right 以某种方式从标准元素流中提取元素,因此父元素不再拉伸(stretch)到它的大小。您必须使用 overflow: auto 来使其发生,即使子元素是 float 的也是如此。

关于css - float 时 div 未被包含 -,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15120543/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com