我在Firefox上預加載的圖像有問題。在(webkit)Chrome/Safari上看起來很好。預載圖像CSS
讓我們來看看。
我:hover
負荷圖像 CSS文件:
.zz{background:url(../img/guzik_01_ofirmie_PL_A.png) no-repeat; height: 1px; width: 1px; position:absolute; }
li#ofirmie{background:url(../img/guzik_01_ofirmie_PL_B.png) no-repeat; height: 44px; width: 108px; position: absolute; z-index: 1000;}
ul.menu li#ofirmie:hover {background:url(../img/guzik_01_ofirmie_PL_A.png) no-repeat; height: 44px; width: 108px; position:absolute;}
和HTML
<div class="zz"></div>
<li id="ofirmie" ></li>
爲什麼不火狐從緩存加載圖像,而不是從服務器?
我該如何解決?
我嘗試使用這個jQuery funtion,但功能不工作,我選擇使用CSS精靈技術。 ; – gummmibear