我需要从样式表 ( site.css
) 加载图像。
背景图片必须在 html,body 标签中:
html, body
{
background-image:url('../Themes/myTheme/Content/Images/test.jpg');
background-repeat:repeat-y;
background-position:center center; /*horizontal, vertical*/
}
我尝试了几种变体,但由于某种原因 Orchard 不会加载我的图像?
(已经在 MVC4 项目上使用相同的方法,现在我将布局转换为 Orchard。)
编辑:
Firebug 给出了以下 CSS 错误:Failed to load the given URL
.