gpt4 book ai didi

css - DIV 包装器内的 DIV 不保留包装器背景

转载 作者:行者123 更新时间:2023-11-28 13:24:22 25 4
gpt4 key购买 nike

我一直在一个具有非常标准布局、页眉、内容、页脚的网站上工作,每个都是一个页面宽度 DIV 内宽度为 900 像素的 DIV,就像这个问题中描述的一样:

Full width background, without a wrapper

现在的问题是,每当浏览器窗口变得小于指定的 DIV 宽度 (900px) 时,包装器的背景似乎消失了,显示网站本身的背景颜色。使用上述问题中的代码时也会发生这种情况。

这是 CSS 代码:

#headerwrapper {
height: 229px;
background: url(imagenes/header.gif);
background-repeat: repeat;}

#header {
width:900px;
height:229px;
padding:0px;
margin:0 auto;
}

这是 HTML 代码:

<div id="headerwrapper">
<div id="header">
Content goes here.
</div>
</div>

如有任何建议,我们将不胜感激。

最佳答案

您可能看不到滚动区域的背景。您需要设置 min-width: 900px;max-width: 900px; 以便滚动区域显示背景。

关于css - DIV 包装器内的 DIV 不保留包装器背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14351874/

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