View Full Version : Filter:alpha problem on IE7
Abus
June 7th, 2007, 03:37 AM
Hi I cant make it work, cant find the problem. Do you know a solution?
filter: alpha(opacity=60); won't work on IE7.
I have attached the htm document instead of writing the codes here. If you can have a look at it, it will be great.
Best Regards
Templarian
June 7th, 2007, 03:44 AM
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
just put all of these.
Abus
June 7th, 2007, 04:26 AM
:( I have tried it but nope, it is still the same.
gkp.gaurav
June 7th, 2007, 05:31 AM
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
just put all of these.
try ":", instead of "="
filter:alpha(opacity: 60);
gkp.gaurav
June 7th, 2007, 05:33 AM
-moz-opacity always range between 0 to 1,
Abus
June 7th, 2007, 05:37 AM
it is already :
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.