Viewing 1 replies (of 1 total)
  • Thread Starter simonkittle

    (@simonkittle)

    So, I managed to find a fix for this issue. I’ll post it because I’ve seen this flashing logo problem on tens and tens of WordPress blogs all over the web.

    If you run the following javascript:

    document.execCommand(‘BackgroundImageCache’,false,true);

    somewhere in the document it will fix it. I’ve put it in the onload event of the BODY element. Works a treat.

    Hopefully this will be useful to others.

Viewing 1 replies (of 1 total)
  • The topic ‘Title logo flashes in IE 6’ is closed to new replies.