Does any one know how to pre-load images so that when the site appears it's not stilll downloading the images on the site??
If so please provide a url's or tell me where to get a pre writ script.
Thanks
Page 1 of 1
Pre-Load Images
#2
Posted 11 September 2008 - 06:35 PM
hi, I think this is what you are talking about
place this above the </head>
place this above the </head>
<script LANGUAGE="JavaScript"> <!--//--><![CDATA[//><!-- image1 = new Image(); image1.src = "imgs/image_name1.jpg"; image2 = new Image(); image2.src = "imgs/image_name2.jpg"; image3 = new Image(); image3.src = "imgs/image_name3.jpg"; //--><!]]> </script>
Share this topic:
Page 1 of 1
Help
















