I'm using a big Background image on hover which is set in css background {....}
It takes time to load first time upon mouse over so I want to preload this background
image.
What is the best option to do this either using pure css or javascript or jquery?
Pls don't suggest me CSS Sprite.