我需要從樣式表(site.css
)加載圖像。無法使用Orchard CMS從CSS加載圖像
背景圖像有來在html,body標籤:
html, body
{
background-image:url('../Themes/myTheme/Content/Images/test.jpg');
background-repeat:repeat-y;
background-position:center center; /*horizontal, vertical*/
}
我嘗試了好幾種變化,但由於某種原因,烏將不加載圖片?
(已經在使用上MVC4項目同樣的方法,我現在轉換佈局果園。)
編輯: 螢火蟲給出了下面的CSS BUG:Failed to load the given URL
。
使用瀏覽器的「檢查元素」視圖來查看瀏覽器試圖加載的最終URL。 – 2013-02-16 12:59:08
沒有任何地方提及螢火蟲的任何圖像。 – PeterP 2013-02-16 13:02:08
所以,問題是CSS沒有得到應用,不是圖像未被加載呢? – box86rowh 2013-02-16 13:03:01