イメージは、自分のページに表示されていません。背景イメージがロードされていません
<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
<スパンクラスの後に重要! = "truckIcon">はインライン要素です。ブロックレベル要素またはインラインブロックのいずれか – Krishna9960