preload hidden CSS images
问题 I'm working on a jquery based homepage with 5 or so hidden divs, each containing several background css images. The issue is that the browser doesn't load css images into the DOM until the visibility of the parent layer is shown, causing images to slowly load in when the layer becomes visible. Solutions I've already considered: CSS sprites (too much work to redesign for this, and wont really work when showing/hiding divs) This jQuery plugin that auto-loads CSS background images (simply doesn