> > I looked at your page in IE7 and FF2, and I do see a problem > > with the page loading in both browsers. The background image > > used in the sidebars flickers across the entire center area > > for a moment. I don't know if that's what you're talking > > about - I probably wouldn't call it a FOUC, it's more like a > > Flickering Unwanted Background After Reload.
> Yes, it was the background I was talking about. I did replace > the 7KB background image with a 2.3KB background image, so > maybe that helps. > > What I did was to create a wide image across the whole page > and set it as the background in the <body> tag so that it > would appear as if the whole page had loaded without the > flashing, but it doesn't seem to be helping. OK, there are probably several ways to fix the FUBAR. One would be to remove the auto margin and background image on BODY, and use any technique you like to make those background sidebars separate elements. You could even use a table for all anyone cares. Then apply the repeating background image to those sidebar elements instead of the entire body. -Mike ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
