gpt4 book ai didi

html - 背景不显示在 div 中

转载 作者:太空宇宙 更新时间:2023-11-04 14:01:58 27 4
gpt4 key购买 nike

我制作了一个带有唯一类的 div 元素,然后我给类一个背景图片,但它没有显示。即使我检查元素,除了关于背景图像的那一行之外,所有内容都在那里。

我的代码:

.godzillahatter{
background-image: url ("http://honlapkell.hu/verzio1/wp-content/uploads/2014/12/dalmatian-texture-1543316.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; }

检查元素:

.godzillahatter {
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
}

还有网址: http://honlapkell.hu/verzio1/godzilla/

我不知道是什么问题。 div 元素有内容,但我试着给它确定高度和宽度。我搜索了解决方案,但没有一个有效。

最佳答案

欢迎来到 SO!

改变这个

background-image: url ("http://honlapkell.hu/verzio1/wp-content/uploads/2014/12/dalmatian-texture-1543316.jpg");

对此

background-image: url("http://honlapkell.hu/verzio1/wp-content/uploads/2014/12/dalmatian-texture-1543316.jpg");

url(

之间没有空格

友情提示:每当您在 Chrome 的检查器中看到这样的黄色三 Angular 形时,通常意味着您的 CSS 语法有误。 enter image description here

关于html - 背景不显示在 div 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27678641/

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