Could anybody tell me please why does this loading image displays fine in Chrome but not in Internet Explorer or Firefox? It should just float normally over the page but Firefox and IE seems to put it at the start of the page.
Website: http://thc-racing.ucoz.com/
HTML:
<div id="preload">Loading page... <img src="/design/loading.gif" /></div>
CSS:
div#preload {
position: absolute;
bottom: 40px;
right: 50px;
background-image: url('http://thc-racing.ucoz.com/design/loading-bg.png');
padding: 8px;
border-radius: 5px;
border-style: solid;
border-color: #d7d7d7;
border-width: 1px;
font-weight: bold;
align: right;
}
Thanks