On 09/11/06, Matthew Delmarter <[EMAIL PROTECTED]> wrote:
>
>
>
>
> Hi Will,
>
>
>
> Great plugin!
>
>
>
> Just wondered if you could describe your solution to the IE6 flicker? Is it
> just a matter of caching images first or something? I have this issue I
> something I am building and it is very frustrating.
>
>
>
> Thanks for your timeā¦
>
>
>
>
>
> Regards,
>
> Matthew
Just add this in the appropriate place:
if ($.browser.msie == true) {
document.execCommand('BackgroundImageCache', false, true);
}
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/