Home > Article > Web Front-end > Background image caching under ie6_HTML/Xhtml_web page production
Bug in CSS background image flickering under IE6 (background image caching issue under IE6)
The background image under IE6 will resend the request every time it is used (non-local). Even with a hover effect, the same background image is only in a different position, and IE6 will send the request again. This frustrating thing needs to be solved:
For IE, filter:expression is very powerful and can implement a lot of functions. However, for programmers who regard efficiency as their life, its efficiency is not flattering, so some people will use CSS methods to achieve it. Background image caching under IE6, but this kind of people just admire the power of Microsoft:
So you need to determine whether it is an IE browser. The determination method provided by jQuery is as follows: