I\'m trying to figure out a way to cache the next and previous images in my gallery script ... I\'m wondering if this is a good way to do it. Also, is there any way to manually
I think it will be downloaded, and hence cached, because the images may be loaded before the CSS has even arrived.
If browsers turn out to be too smart, something like position:absolute; left:-9999px; top:-9999px should be a nice alternative.
position:absolute; left:-9999px; top:-9999px