PDA

View Full Version : Image Preloader



Sunny.
29-03-2010, 02:55 PM
Basically my site has loads of images and I think it looks really tacky how they are take a while to load.

I while back i saw a image preloader which loads all the images on the page before and then redirects you to the site.

Anyone know where I can find it. Ive tried a few but they dont seem to work..

ThisNameWillDo!
29-03-2010, 03:08 PM
<script type="text/javascript">
if (document.images) {
img1 = new Image();
img1.src = "image.jpg";
img2 = new Image();
img2.src = "image2.jpg";
}
</script>

Want to hide these adverts? Register an account for free!