This javascript fixes this problem with IE6 background image caching:

try {
 document.execCommand('BackgroundImageCache', false, true);
} catch(e) {}

Reply via email to