X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=jquery%2Fjquery.js;h=4f26b4c15b6bac504f7cee93db497e9e578e4802;hb=9e37da96d12c0f35c766a4724c5d565d0a50ab42;hp=f987c86d20e6714f5035094a9eff8af7adb51099;hpb=29a059142123a8bde16de2e579e7708a86a8de78;p=jquery.git diff --git a/jquery/jquery.js b/jquery/jquery.js index f987c86..4f26b4c 100644 --- a/jquery/jquery.js +++ b/jquery/jquery.js @@ -1176,7 +1176,8 @@ jQuery.extend({ }); return p == "height" ? oHeight : oWidth; - } + } else if ( p == "opacity" && jQuery.browser.msie ) + return parseFloat( jQuery.curCSS(e,"filter").replace(/[^0-9.]/,"") ) || 1; return jQuery.curCSS( e, p ); },