gpt4 book ai didi

html - Css 文本不会在网站上加载背景 url 图像?

转载 作者:太空宇宙 更新时间:2023-11-04 12:00:39 26 4
gpt4 key购买 nike

我将 notepad++ 与 html5 和 css3 结合使用。问题是 css 没有加载图像,尽管它在编辑器中加载了图像。我需要帮助。这是我对其中一张名为内容的图片的文字,是的,内容标签是故意的,因为它的 id:

#content{
width:900px;
height:600px;
background:url(images/content.png);
border-radius:20px;
}

因此,该文件夹位于桌面上,名为 images,图像是一个名为 content 的 png。它在编辑器上有效,但没有出现在网站上。在网站上它只是显示灰色背景。我在编辑查看器中截取了它的屏幕截图,并在实际网站上截取了它。

http://postimg.org/image/mdeso350h/ -- 在编辑查看器上看起来不错 http://postimg.org/image/gb75xlgkh/ -- 不在网站上工作

最佳答案

首先你需要检查css和图片的文件路径。,我认为这是你的文件结构

--文件夹
----index.html
----名称.css
----content.png

所以,试试 background:url(content.png); 这对你有帮助

incase 你的文件结构如下

--文件夹
----index.html
----名称.css
----images/content.png

在这种情况下,您的样式可以正常工作 background:url(images/content.png);

关于html - Css 文本不会在网站上加载背景 url 图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29839031/

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