2014-09-06 117 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; 
}