

Designporte said:
Jon_ said:Does anyone know where I could get a good quick script for preloading all images on a web page?
Gene said:One way to do this is to set the properties of a graphic (in HTML, not the true physical size) to width="1" and height="1" and place it at the bottom of the page. It will be invisible to the eye, because it is only one pixel. But the full image will be loaded as the viewer is reading the web page. Then when they get to a page that uses that graphic, it will pop up almost immediately.

