Preloading Images
I’ve been looking for a good way to preload images for rollovers, but it seems like a lot of the common methods have problems.
There are reliability issues using a JavaScript Image object or document.write()
Some browsers won’t load a display:none containing element
So far the best way I’ve found is Perishable Press’ Better Image Preloading without JavaScript [...]
