One of my pages uses image swaps programmed in javascript. However, the images take time to load, which spoils the effect. Is there a way of preloading the images to counter this. If so what is the code and where do I put it ?
Printable View
One of my pages uses image swaps programmed in javascript. However, the images take time to load, which spoils the effect. Is there a way of preloading the images to counter this. If so what is the code and where do I put it ?
Hi nmretd,
This is where I learned about pre-loading images:
http://htmlgoodies.earthweb.com/tutors/preload.html
CG