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: 260
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