X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=fx%2Ffx.js;h=559e4f6f5971c49b518f45bb8d58ac74979ad30c;hb=8ad487f219f716511cb8ea414439e4ac525fc9ee;hp=665f8950a236a5646fa11d2eee563db9a86ff993;hpb=268c82a903c06ce2711beed6d87ce551fa5356cb;p=jquery.git diff --git a/fx/fx.js b/fx/fx.js index 665f895..559e4f6 100644 --- a/fx/fx.js +++ b/fx/fx.js @@ -211,6 +211,11 @@ $.fx = function(el,op,ty){ } }; + // IE has trouble with opacity if it doesn't have layout + if ( $.browser == "msie" && !z.el.currentStyle.hasLayout ) { + y.zoom = 1; + } + // Remember the overflow of the element z.oldOverflow = y.overflow;