Dan: Hover opacity bei IE7/8

Beitrag lesen

Hallo zusammen,

bei mir funzt der Hover Effekt in IE7/8 nicht. IE7 wär mir auch wurscht, aber IE8 dacht ich eig. dass das funzt...
Mein Code:

  
<a target="_self" href="xxxxx.html" class="imgset"><img width="85" height="36" src="image.png" alt="image"></a>  

CSS:

  
a.imgset {  
-moz-opacity: 0.60;  
opacity:.60;  
filter: alpha(opacity=60);  
border:1px solid #9a9a9a!important;  
float:left;  
margin:0 4px 0 0 !important;  
padding:5px!important;  
}  
  
a.imgset:hover {  
-moz-opacity: 1;  
opacity:1;  
filter: alpha(opacity=100);  
}  
  
Kann jemand bitte helfen? Danke  
Grüße