Articles about internet explorer’

Nov 27, 2006

background-image flicker caching bug in Internet Explorer

Posted by Dennis in Uncategorized 3 comments

I was working on a very frustrating issue that occurs in IE when the caching settings are set to “every visit to the page”. On slower servers, the background images were reloaded on a mouseover. While reloading the images dissappeared. One simple line of JavaScript will solve this issue:
document.execCommand(”BackgroundImageCache”, false, true);
Read more about this


Oct 4, 2006

Internet Explorer 7 in Standalone Mode

Posted by Dennis in Uncategorized No comments

Tredosoft has released a special version of IE7 Release Candidate 1 which can be installed next to Internet Explorer 6. A perfect solution for webdevelopers! There are some caveats though. Read the “What does NOT work” section for more info.
I’ve been testing my sites in IE7 for some time now and it looks like a [...]