Forum Moderators: not2easy

Message Too Old, No Replies

delayed loading of ext. Stylesheets in IE 6

         

logemann

10:58 am on Dec 12, 2003 (gmt 0)

10+ Year Member


Hi,

as you can see on http://www.example.com i have some problems with loading time of style sheets, this makes my site very unprofessional for the first second of the viewer, because unredered site will be displayed and only after a second or something, everything will be correctly.

With Mozilla, everything is fine, but with MSIE 6.0 i have this crazy behavior.

My code:

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Some title</title>
<style type="text/css">@import url(_css/grid.css);</style>
<style type="text/css">@import url(_css/head.css);</style>
<style type="text/css">@import url(_css/navi.css);</style>
<style type="text/css">@import url(_css/content.css);</style>
<style type="text/css">@import url(_css/context.css);</style>
<style type="text/css">@import url(_css/footer.css);</style>
</head>
<body>
[..]

Does anyone know what i can do to prevent this delayed loading and this first poor visual appearance?

Thanks

marc

[1][[b]edited by[/b]: heini at 3:32 pm (utc) on Dec. 12, 2003][/1]

DrDoc

2:57 pm on Dec 12, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to Webmaster World!

Yes, it definitely is the FOUC quirk that bit your page... Glad you found a solution.