Are these for cross browser reasons?
Hoping someone can explain them to me:
opacity:.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter:alpha(opacity=50)
Are these for cross browser reasons?
Hoping someone can explain them to me:
opacity:.50;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter:alpha(opacity=50)
Different companies using their own implementation in their browser. CSS3 officially recognizes the 'opacity' property.
Firefox, IE, other browsers require different CSS entries to render alpha blending.