|
Something rather pointless which I figured out...
After a couple hours of trouble trying to preload images with JavaScript, I figured out that I can do the same thing just by including the images with no display:
<img src="whatever" style="display:none" />
So I guess that's a good way to preload images for people with JavaScript disabled, not that there's that many.
|