.mark.studio{
background: url(../images/studio_icon.png) no-repeat;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
height: 50px;
width: 50px;
z-index:103 !important;
}
.mark.studio:hover{
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
background: url(../images/studio_icon-hover.png) no-repeat;
z-index:103 !important;
}
圖像懸停變換有了這個CSS懸停圖像從原來的圖像變形的圖像懸停給人一種非常酷的效果,在火狐和IE9我只是得到一個懸停圖片替換。我把這兩個選擇器中的-webkit轉換,但我很確定它只需要在 .mark.studioCSS3在Firefox
有趣,我取代在這裏(在藍色星懸停)和仍然沒有過渡http://wanderfest.com/ –
也如果Firefox下降前綴爲什麼你在代碼 –
@alex_b離開-moz:啊,對不起,這是另一回事。只有Webkit可以像這樣轉換圖像;你需要兩張圖片。我留下了舊版Firefox的前綴。 – Ryan