gpt4 book ai didi

html - 元素未覆盖所有高度

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

我在设置背景颜色时遇到了错误......

我有一个网站,其结构是这样的:

<body>
<div id="container">
my stuff

在 CSS 文件中,我想为主体设置背景图像,并为容器设置背景颜色。但是容器的背景颜色并没有覆盖所有高度。请看我在下面提到的网站示例中的意思。

body {
background-image:url('foto.jpg');
background-color:#000000;
background-size:100%;
background-attachment:fixed;
overflow-y:scroll;
}
#container {
width:760px;
margin:20px auto 0 auto;
color:rgb(230,230,230);
border-width:1px;
border-color:white;
border-style:none solid none solid;
background-color:red;
}

#container 的背景颜色不会扩展到页面的整个高度。

http://web.fc.up.pt/DGSIII/bug_height/

最佳答案

只需从 #container 中删除 height: 100%;。 Div 会自动调整其高度以适合其内容。

这是你想要的吗? http://jsfiddle.net/t7wsX/

关于html - 元素未覆盖所有高度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20238272/

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