Ik heb dit stukje.. hierdoor verschijnt er een tekst die net zo lang moet blijven staan totdat de complete pagina geladen is. Welk stukje JavaScript heb ik nu nodig om deze layer te 'hiden'??
code:
1
2
3
4
5
6
7
| <div id="Layer1" style="position:relative; width:100%; height:0px; left: 0px; top: 0px">
<table width='100%'>
<tr>
<td align='center' bgcolor='#FFFFFF' style='border-width: 0.01em; border-style: solid; border-color: #000000;'><font color='red'>Loading list of visitors...</font></td>
</tr>
</table>
</div> |