【发布时间】:2013-11-24 22:14:19
【问题描述】:
我正在为一个 drupal 站点创建一个主题,到目前为止它是非常基本的。主题的文件夹结构是这样的:
theme-folder
-->css
-->style.css
-->images
-->first_page_slideshow.png
--drupal files--
相关区域的 css:
.content-header {
background-image: url ('../images/first_page_slideshow.png');
background-repeat: no-repeat;
background-position: left top;
width: 1024px;
height: 380px;
}
但我无法将图像加载为背景。 Google 开发者工具显示它是 background-image: css 标记上的“无效属性值”。
任何帮助将不胜感激。
【问题讨论】:
标签: css drupal background