on what event should i listen to see when are the all background-images loaded?
It would be cool also to specify which background Images I want to put as a preloader option?
#preloader{
position:absolute;
height:100%;
width:100%;
}
Here is basic div that I use to cover my entire page. Once all the background images are loaded, or the ones that I prefer I would like to make this preloader div hidden with some transitions.