IE8 opacity activex problem

Posted by mariki on Stack Overflow See other posts from Stack Overflow or by mariki
Published on 2010-04-03T10:33:52Z Indexed on 2010/04/03 10:43 UTC
Read the original article Hit count: 240

Filed under:
|
|

In my css file I have this:

#imageDes {    
opacity:.70;
filter: alpha(opacity=70);  
}

if I use this on html page and open it in IE8, I get an activex warning!
What can I do?

© Stack Overflow or respective owner

Related posts about html

Related posts about css