图片的HTTP请求(续)
在上一篇中,很多朋友在回复中提到了一些更有意思的现象,忍不住继续挖掘一番:
10. IE6下的背景闪烁bug
这个bug久闻其名,但我自己从来没遇到过。纳闷了许久,后来才发现,这是一个非典型性甚至可以忽略的bug. 因为它的触发条件离普通用户很远:
The cause of flickering is choosing “Every visit to page” in Tools » Internet Options… » Temporary Internet Files » Settings…
Selecting anything other than “Every visit to page” will fix all flickering. Fortunately, the means that the flicker problem plagues developers far more than your common user.
只有IE的缓存选项设置为“Every visit to page”时,才会触发。普通用户的默认设置是“Automatically”, 不会遇到此问题。因此继续往下阅读之前 阅读全文 »
