3
爲我的菜單使用圖標(.png透明背景)。 IE9,Chrome,Firefox,safari,opera都沒有任何問題。但是如果我用IE7或IE8打開頁面,圖片周圍會出現黑色邊框。 CSS代碼;透明背景問題IE8,IE7
.menu-item1{
background:url(img/spriteimage.png) no-repeat 0 0;
height:20px;
width:20px;
opacity:0.5;
}
我該如何解決這個問題?
謝謝@NullPointer – midstack