You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note that the opacity in IE8 filter is in upper case
but jQuery 1.* currently only support getting the result setted in lower case opacity, like filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
When setting opacity to an element in IE8+, according to http://www.quirksmode.org/css/opacity.html I can use
note that the
opacity
in IE8 filter is in upper casebut jQuery 1.* currently only support getting the result setted in lower case
opacity
, likefilter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
see demo http://jsfiddle.net/c9d5ctfa/ in IE8
Also in MSDN, both upper case and lower case are used in the examples.
My PR: #1704
The text was updated successfully, but these errors were encountered: