----- > Riva wrote > > I designed a website that has a big picture on the background (per the > _client's_ request) and I find that the background flashes in IE - not > just once, but every time I go to the page. I tried all the usual > "fixes" I could find and even cleared the cache, but it is still > happening. Any advice would be much appreciated. > > The site is here: http://www.starqualitydesigns.com/Moodus/ > >Hi Riva Try adding
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)"> into the <head></head> section of each page. This slows deleting of the old page. IE has a fade-out/fade-in option when changing webpages. Setting the fade time 0 .1 sec is harmless for the visitor, and long enough to prevent flickering: Hope this works. Ian ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
