gpt4 book ai didi

html - 设置背景图像

转载 作者:太空宇宙 更新时间:2023-11-04 02:30:23 25 4
gpt4 key购买 nike

我想在 div 类“manager-checklist”中使用图像“CI.png”作为背景图像。 CI.png 文件位于文件夹“图像”中,与我在其中进行引用的当前工作表处于同一级别。我认为存在语法问题,因为我收到“无效的属性消息”。

.manager-checklist{
position: fixed;
bottom: 20px;
left: 8px;
width: inherit;
border-style: solid;
border-width: 1px;
border-color: lightgray;
padding: 4px;
background-image: ../images/CI.png;
}

最佳答案

background-image 应该使用 url('path/to/image.png'),所以像这样:url('../images/CI.png')。路径周围的引号是可选的。

关于html - 设置背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36632869/

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