0
我正在使用CSS懸停效果(更改背景位置)與精靈圖像,它的工作罰款火狐,但在IE瀏覽器中工作正常,任何我需要添加在下面碼?懸停效果在IE瀏覽器中無法正常工作
.social ul li { width:32px; height:32px; float:left; margin:10px 10px 0px 0px;
padding:20px 0px;}
.social ul li:last-child { margin:0px}
.social ul li.twitter a{ background:url(../images/grey_bg_sprite.png) no-repeat 0px
-192px; width:32px; height:32px;}
.social ul li.twitter a:hover {background:url(../images/grey_bg_sprite.png) no-repeat 0px
-226px; width:32px; height:32px; }
什麼版本的IE ????? – Spudley
顯示小提琴。使用JSFIDDLE.NET –