Giving Elements Layout |
For Effect.Opacity based effects to work in Internet Explorer, you need to have give the affected elements the so-called ‘layout’ quality. The object that the filter is applied to must have layout before the filter effect displays.
You can give the object layout by doing one of the following:
Source: http://msdn.microsoft.com/workshop/author/filter/reference/filters/alpha.asp |