page loads before css file does

windows

Guest
I'm having a problem with the webpage I am currently working on where the page loads before the css file does. So at first the page looks like a jumbled mess. The boss wants it fixed if possible and I'm not sure what can be done about it.

Any help would be appreciated.If the page looks a jumbled mess without CSS, then it is probably poorly designed HTML. You should be using valid markup, such that your pages are accessible with CSS disabled. What if the user's browser does not support CSS, or if they are using a nonvisual browser?

AdamSome information on this can be found here: <!-- m --><a class="postlink" href="http://bluerobot.com/web/css/fouc.asp.Originally">http://bluerobot.com/web/css/fouc.asp.Originally</a><!-- m --> posted by AdamGundry
If the page looks a jumbled mess without CSS, then it is probably poorly designed HTML. You should be using valid markup, such that your pages are accessible with CSS disabled. What if the user's browser does not support CSS, or if they are using a nonvisual browser?

Adam


I have tested the page on many browsers, changed a whole bunch of stuff when I realized netscape 4.x doesn't support @import. Anyone who is using a remotely modern browser should have no problems with it.

Does anyone actually use text based browsers at this point? Seems a bit absurd...Actually the W3C does that as well, so don't worry too much. Paul's link is the one you want.
 
Back
Top