-ms-filter crashes browser (IE8)
Posted: Tue Mar 16, 2010 11:04 am
I am trying to use:
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
so that opacity would work on a <p> element, the filter gets applied but the browser lags and becomes unresponsive/crashes.
Tried using filter: instead of -ms-filter and the shorthand syntax opacity=50 as well, it produced the same results.
The filter works like normal in a div element.
Is this an IE8 bug?
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
so that opacity would work on a <p> element, the filter gets applied but the browser lags and becomes unresponsive/crashes.
Tried using filter: instead of -ms-filter and the shorthand syntax opacity=50 as well, it produced the same results.
The filter works like normal in a div element.
Is this an IE8 bug?