圖片無法顯示在我的頁面中。背景圖片未加載
<div class="rating" style="width:25%;float:right;height:100px">
<span class="truckIcon">
<!-- <img src="../images/logo/favicon.png">
</span> -->
</div>
CSS:
.truckIcon{
background-image: url(../images/icons/favicon.png);no-repeat !important;
width:80px;
height:80px;
}
這是我的CSS路徑:\ulmt\html\css\style.css
這是我的圖片路徑:\ulmt\html\images\icons\favicon.png
有什麼不對嗎?
它應該閱讀背景:網址(「...」)不重複重要或添加背景重複:不重複的背景圖像 – slashsharp
的是一個內聯元素。無論是塊級元素還是內聯塊 – Krishna9960