[jQuery] Mouseover/out + CSS background image behavior change in IE between r

[jQuery] Mouseover/out + CSS background image behavior change in IE between r

That fixed it completely. Thank you very much!
>From: EJ12N <ej12n@yahoo.com>
>Reply-To: "jQuery Discussion." <discuss@jquery.com>
>To: discuss@jquery.com
>Subject: Re: [jQuery] Mouseover/out + CSS background image behavior change
>in IE between r
>Date: Tue, 17 Oct 2006 18:56:18 -0700 (PDT)
>
>
>Hello, I believe this is IE background-image flickering problem you are
>experiencing...
>http://evil.che.lu/2006/9/25/no-more-ie6-background-flicker
>
>In jQuery code...
>//Stop IE flicker
>if ($.browser.msie == true) {
>document.execCommand('BackgroundImageCache', false, true);
>}
>
>-EJ
>
>
>Prague Expat