> It's false in IE because it tests for use of the 'opacity' style, not > whether the browser has opacity support. Since IE uses filters to > achieve opacity this results in a false value. I think it makes sense > when you think of it that way.
Sure. Although I would have called the property something like $.support.CSS3Opacity or $.support.W3COpacity etc... I still think it's confusing. --Klaus