From 7f2cbf8ae6c75566a4b7b71c0e2f5f661ba65ed5 Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Tue, 12 May 2009 08:51:48 +0000 Subject: Partial fix for #3773 --- ui/effects.highlight.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/effects.highlight.js') diff --git a/ui/effects.highlight.js b/ui/effects.highlight.js index 048bd33de..9919ddab5 100644 --- a/ui/effects.highlight.js +++ b/ui/effects.highlight.js @@ -36,7 +36,7 @@ $.effects.highlight = function(o) { el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() { if(mode == "hide") el.hide(); $.effects.restore(el, props); - if (mode == "show" && $.browser.msie) this.style.removeAttribute('filter'); + if (mode == "show" && !$.support.opacity) this.style.removeAttribute('filter'); if(o.callback) o.callback.apply(this, arguments); el.dequeue(); }}); -- cgit v1.2.3