window.onload=function(){
 iebackgroundfix();
}

// mad respect to www.mister-pixel.com !!!
function iebackgroundfix(){
try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}
}