[jQuery] ie6 flicker issue

[jQuery] ie6 flicker issue


Hey,
Figured I'd share this; this is a fix to the ie6 flicker issue on the
fadeIn/fadeOut.
//Stop IE flicker
if ($.browser.msie == true) {
document.execCommand('BackgroundImageCache', false, true);
}
org:
http://medienfreunde.com/deutsch/weblog/index.html?nid=87&action=showcom
--
View this message in context: http://www.nabble.com/ie6-flicker-issue-tf2756724.html#a7686901
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/