I'm trying to use opacity
in my website, but it isn't working very well in IE8. My code is as following:
filter:alpha(opacity=80);
-moz-opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
When I change the values, the resulting output is always the same.
Edit: Thanks for give me a other question with similar problem...but I have a layout and the opacity property it's applied to layout.