gpt4 book ai didi

html - Css 背景图片根本不显示

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

我正在尝试为 div 类提供页眉的背景图片,但它不会显示。

请看:

http://jsfiddle.net/eqzro6s3/

[CSS]

  .header
{
background-image: url('http://wpsites.net/wp-content/uploads/2013/12/Custom-Header-Image.png') no-repeat;
width: 100%;
}

[html]

<div class="header">
</div>

我做错了什么?提前致谢。

最佳答案

有背景的元素需要有维度。它们不会根据背景图片自动调整自己的大小。

.header
{
background-image: url('http://wpsites.net/wp-content/uploads/2013/12/Custom-Header-Image.png') no-repeat;
width: 100%;
height: ?????
}

关于html - Css 背景图片根本不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26076490/

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