To remove the flicker that appears on links on IE when hovering over them with your mouse, use the following CSS:
html{filter:expression(document.execCommand("BackgroundImageCache", false, true));}
Use this CSS rule in a conditional comment, sence it doesn’t validate.
Found by Dan Popa.