Forum Moderators: not2easy
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]