Many people have encountered the bug that the IE background image is reloaded during partial operation of the page, causing the page to flicker. So how to solve it?
I saw a solution on a foreign blog:
Just add the following script:
document.execCommand("BackgroundImageCache", false, true)
Very simple, right? But it’s strange why this is not the default option of IE browser? If anyone knows the reason, please let me know. I would be very grateful!