I've implemented tabs on my website that change the background image when clicked. However, I've noticed a slight delay in displaying the hover image for the first time after the DOM has loaded, creating a jarring effect.
I'm not sure how to troubleshoot this issue. Any suggestions? :)
Check out the live example here: http://jsfiddle.net/timkl/fjupq/ - although the delay is shorter on JSFiddle's server, it's still present.