X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fcss.js;h=cb65c0ba31f936ca1d4fb1853614a27a3abed354;hb=5673e4bc3aa5991dfa51de5cb6d7027f2545ad03;hp=ad0da6469919b513d891712b95aba1a8c65ba41c;hpb=dc060f08cd898a12e16b817f46bb49861fbfed36;p=jquery.git diff --git a/src/css.js b/src/css.js index ad0da64..cb65c0b 100644 --- a/src/css.js +++ b/src/css.js @@ -49,7 +49,7 @@ jQuery.extend({ var style = elem.style || elem, set = value !== undefined; // IE uses filters for opacity - if ( !jQuery.support.opacity && name === "opacity" ) { + if ( !jQuery.support.opacity && name === "opacity" && style.filter ) { if ( set ) { // IE has trouble with opacity if it does not have layout // Force it by setting the zoom level