Play around with this, maybe ?
in the head:
Code:
<style type="text/css">
#loading{
position: absolute;
position: middle;
margin-left: auto;
margin-right: auto;
padding-left: auto;
padding-right: auto;
color: grey;
background: #ffffff;
font-family: arial;
}
</style>
Code:
<body onload="document.getElementById('loading').style.display = 'none';document.getElementById('content').style.display = 'inline';">
<div id="loading" style="padding-top:50px;">
<p align=center>text
<p align=center>text...
<p align=center><img src="imgs/loader.gif" style="border: 0px;">
</div>
<div id='content' style='display:none;'>
You could adapt this into your current design, where you place this code (with the css) in the area where your clock should be.
Bookmarks