Images Flash White In Internet Explorer 9 While Navigating
I am developing a website in XHTML 1.1/CSS 3.0 and I have a problem with Internet Explorer 9. Each time I change pages from 'Home' to 'Features' various images flash 'white' befor
Solution 1:
The flashing could be a side effect of having multiple layers of background images, including the shadow layer which stretches to fill the viewport. I'd try disabling those effects and seeing if that helps. Who knows how that might be affecting IE drawing the page...
You might find that putting gradient.png on #innerContent
instead of #content
makes more sense, and in doing that, you you won't need to use multiple BG images on a single element.
Post a Comment for "Images Flash White In Internet Explorer 9 While Navigating"