gpt4 book ai didi

css - 如何扩展 div 的宽度以使其超出其父宽度?

转载 作者:行者123 更新时间:2023-11-28 18:54:07 25 4
gpt4 key购买 nike

这是代码片段

<div id="container">
<article>
<p>contents</p>
<img ... />
<footer>meta data</footer>
</article
</div>

#container{
width:960px;
}
article{
width:640px;
}
footer, img{
width:960px; /*well I may want it 640px but float right all the way back to the edge of #container*/
}

页脚和图像不采用该宽度;我尝试了 position:absolute 并且它有效,但它们会到达顶部,即使我将 position: relative 添加到容器中也是如此。

通常我会关闭文章标签,添加图像,然后从文章开始。这不是一个理想的解决方案。

最佳答案

首先,它们需要是 blockinline-block 才能接受宽度。 float 可能会导致奇怪的包装。您可以尝试 overflow: visible 看看是否有帮助。

关于css - 如何扩展 div 的宽度以使其超出其父宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8479005/

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