Hello all,
Someone helped me a great deal with css for having a background style="position: fixed; instead of making it style="position: absolute;
There is only one problem with making it cross browser compatible. style="position: fixed; isn't IE6 proof.
I came up with this, can this be used?
<!--[if IE 6]>
#hidepage { position: absolute; top: 350; left: 350; z-index: 10000; }
<![endif]-->
I'm sorry for asking, But I haven't got installed IE6, so I can't test it at the moment.
Here is it used:
<div id="hidepage" style="position: fixed; left:0px; top:0px; background-color: #FFFFFF; layer-background-color: #FFFFFF; height: 100%; width: 100%; z-index: 10000;">
<div style="padding-top:350px; text-align:center; font-family: Verdana, Geneva, sans-serif; font-weight: bold; font-size: 12px;">
<table style="border: 2px solid #ff9640;" width="298" align="center" cellpadding="10" cellspacing="10">
<tr>
<td width="50"><img src="images/ajax-loader.gif" border="0" height="31 width="31 /></td>
<td width="400">Moment a.u.b. Pagina wordt geladen.. </td>
</tr>
</table>
</div></div>