Forum Moderators: open
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
html,body {
margin:0;
padding:0;
height:100%;
}
#preloaddiv {
position:absolute;
left:0;
top:0;
background:yellow;
width:100%;
height:100%;
text-align:center;
}
#preloaddiv p {
padding-top:100px;
font:42px "comic sans ms",cursive;
}
</style>
<script type="text/javascript">
function moviepreload(){
document.getElementById("preloaddiv").style.display="none";
}
</script>
</head>
<body onload="moviepreload();">
<div id="preloaddiv"><p>Page is loading.. please wait..<br />
it only takes 5 minutes..</p></div>
Page content goes here. Test it with a 1Mb image.
</body>
</html>