我有CSS與圖像CSS背景-IMG不加載到DIV
.backgroundImg {
background: url('./path/file.gif');
background-repeat: no repeat;
width: 24px;
height: 24px;
}
.ui-highlight {
border: 2px solid green;
color: #363636;
padding: 0.7em;
}
我有進口這類
<div class="ui-highlight ui-corner-all">
<div class="backgroundImg" style="float:left;">
some text.........
</div>
</div>
編輯
我div標籤我試圖實現一個邊框,左邊是圖像,右邊是文字。我檢查了元素,當我將鼠標懸停在ui-highlight類上時,圖像顯示出來了。我知道css,老實說我不是專業人員。有人能幫助我,爲什麼圖像不顯示
UPDATE
增加寬度和高度與backgroundImg類的圖像是可見後。
我檢查了元素,當我將鼠標懸停在CSS類ui-highlight上時,圖像加載完畢。圖像大小爲24x24px。 – user525146 2012-08-07 21:46:21
**當您將鼠標懸停在類** backgroundImg **的div上時,您的**圖片應該加載完畢。圖像可能會從** ui-highlight **加載,但這可能是jQuery UI附帶的圖像。 – 2012-08-07 21:49:38
抱歉,我的意思是說backgroundImg類。由於某些原因,當我在螢火蟲中看到div類時,它透明,這意味着它由於某種原因而被隱藏起來。 – user525146 2012-08-07 21:55:38