I'm building a site (http://tijdelijkewebsite.beaufort-extra.nl/index.php) using a fluid design (generated by DreamWeaver CS6).
Sometimes (quite often actually, maybe once in five times) when going to that site the stylesheets won't load and all content is shown without any layout.
Refreshing the page solves it.
Code: Select all
<!doctype html >
<!--[if lt IE 7]> <__html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]> <__html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <__html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<__html class="" lang="nl">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Beauforthuis - theater en zaalverhuur - Home</title>
<base href="http://tijdelijkewebsite.beaufort-extra.nl/" />
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="http://tijdelijkewebsite.beaufort-extra.nl/tmp/cache/stylesheet_combined_109222afca7afb11f9b8e4df6e42b64a.css" />
<link rel="stylesheet" type="text/css" href="http://tijdelijkewebsite.beaufort-extra.nl/tmp/cache/stylesheet_combined_7d04e414338ee82331aea2d26ccc1324.css" media="screen" />
<!--[if lt IE 9]>
<__script__ src="//html5shiv.googlecode.com/svn/trunk/html5.js"></__script>
<![endif]-->
<__script__ src="uploads/beaufort/scripts/bf-respond.min.js"></__script>
</head>
</__body>
(...)
<__body>
</__html>
What can cause this and what can I do to solve it?
Frank