Cannot get image preloading to work correctly in IE8
问题 I'm working on an image slideshow that allows users to cycle through a set of images in semi-fullscreen. Here's a development version of it: [link removed, was only temp link] There are several ways to progress to the next image: by clicking the large image, by picking a specific thumb, by using the arrow icons or even your keyboard arrows. All of these basically call a js function loadImage with the correct params: function loadImage(id,url) { // general image loading routine // enable