The page appears when all the images are loaded, it works in all browsers, but safari does not turn the body visible:

<script language="javas cript">
<!--
function preload() {
imgs = document.images ;
preloadedimg = true;
for (var i = 0, total = imgs.length; i < total; i ++)
preloadedimg = (preloadedimg && imgs[i].complete);
if (preloadedimg) {document.body. style.visibilit y...