Posted by Kromey at 8:52pm Dec 2 '09
You must sign in to send Kromey a message
You must sign in to send Kromey a message
I've only ever used prefetching in the case of JavaScript effects (usually rollovers) that change an image that's already displayed - I'll prefetch the next image so that the user gets an instant response the moment they first invoke the effect.
Of course, using CSS sprites instead for such effects would probably work better/faster, but so far I've never actually implemented CSS sprites anywhere.
Of course, using CSS sprites instead for such effects would probably work better/faster, but so far I've never actually implemented CSS sprites anywhere.