It's called the Flash of Unstyled Content or FOUC and there are workarounds for it.
Flash of Unstyled Content (FOUC)
Surfin’ Safari - Blog Archive » The FOUC Problem
I see one other problem in your code. You've got <div id="clear"> twice. ID's must be unique, they can only be used once. If you want to re-use it, make it a class rather than an ID.
You also shouldn't use <br>'s to space your content. Use your stylesheet for that. Same for the old "border=0" on images, use img{border: none} in your CSS.
I agree with Adam, the contrast, particularly on the menu is a weak, the gray on gray is too close.
Overall, it's quite nice. Easily navigated and nicely presented.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
Last edited by LadynRed : 09-13-2006 at 09:32 PM.
|