Is there a way to control the load order of images on a web page? I was thinking of trying to simulate a preloader by first loading a light-weight \'LOADING\' graphic. Any
Just include the 'loading' image before any other images. usually they are included at the very top of the page and then when the page loading completes, they are hidden by a JS.