> The first step can display for as long as a second or two. The sylesheet is > @import. Is this something I need to tweak or do they?
This is something you can fix. It is known as the Flash of Unstyled Content (FOUC). You can find out more about it at <http://www.bluerobot.com/web/css/fouc.asp/>. Basically the easiest solution is to scrap the @import and use LINK elements to reference your stylesheets. -- Australian Web Designer - http://www.blakehaswell.com/ ______________________________________________________________________ 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/
