0
圖像未顯示,當我使用內聯塊爲ie6。css ie6發芽圖像未顯示使用內嵌塊
.img {
width: 16px;
height: 16px;
background-image:url(../sprites-8.png);
background-repeat:no-repeat;
background-position:0 0;
text-indent:-7000px;
overflow:hidden;
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
}
沒有沒有幫助很大。還是一樣的錯誤。 – Basit