Am Server des Providers liegt es glaube ich nicht, alein schon deshalb, weil JavaScript immer lokal ausgeführt wird.
Ich glaube, das die Seite aus irgendeinem Grund die Bilder nicht schnell genug lädt.
Probier mal folgendes:
Code:
<script language="JavaScript" type="text/javascript">
function preloadImages() {
var d=document; if(d.images){ if(!d.p) d.p=new Array();
var i,j=d.p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.p[j]=new Image; d.p[j++].src=a[i];}}
}
</script>
<body onLoad="preloadImages('bild1.jpg',bild2.jpg',usw.)">
Jak
____________________________________
Join the DNRC |
Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)