Jörn,
I fixed the flicker issue in IE6 with:
//Stop IE flicker
if ($.browser.msie == true) {
document.execCommand('BackgroundImageCache', false, true);
}just need to preload images now. -- View this message in context: http://www.nabble.com/accordian-help-tf2733195.html#a7701585 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
