2014-09-06 119 views
0
工作

直播定點http://www.orourkehospitality.com/hostedContent/williamsinn/懸停效果不上IE9

懸停效果不會在IE9工作,但在Chrome,Safari,Mozila等下面 檢查截圖perectly工作。

任何想法是什麼問題&如何解決?如果需要,我會提供代碼(由於這個原因,我現在跳過了太長時間)。

enter image description here

+0

添加該。檢查此鏈接http://stackoverflow.com/questions/6619156/hover-is-not-working-properly-in-ie9 – Richa 2014-09-06 10:35:03

+0

爲什麼沒人喜歡IE – 2014-09-06 11:34:23

回答

0

添加特定widthheight這些圖像:

img.hover-images-flourish { 
    width: 110px; 
    height: 25px; 
} 
0

這個工作對我來說

<img class="hover-images-flourish" src="http://www.orourkehospitality.com/hostedContent/williamsinn/wp-content/themes/williamsinn/images/hover-flourish-top.png" style="margin-top: 63px;width:100px:height:100px"> 

我已經加入

width:100px:height:100px in your style 

或者你可以

改變它在CSS太

.hover-images-flourish { 
     width: 100px; 
     height: 100px; 
    } 

重要

如果上述修復不起作用

添加

<meta http-equiv="X-UA-Compatible" content="IE=9"/> 
0

它似乎是第四在如果你hover_pack.css

刪除這些屬性有申請IE僅這似乎使問題風格:

.ie a.b-animate-go img{ 
    width:100% !important; 
    height:100% !important; 
}