X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=fx%2Ffx.js;h=559e4f6f5971c49b518f45bb8d58ac74979ad30c;hb=4c572bdf56a95c6462027d18d80e6ed6cebbfd3e;hp=665f8950a236a5646fa11d2eee563db9a86ff993;hpb=aabfccf371ac9a16979772dc6411fbe806138fac;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;