/ Published in: CSS
If you don’t use this order, IE8-as-IE7 doesn’t apply the opacity, although IE8 and a pure IE7 do.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
opacity:0.9; filter: alpha(opacity=90); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
URL: http://www.quirksmode.org/css/opacity.html