The problem is, on most sites on the web, there are background images. They take time to load. Ordinarily, it wouldn\'t be a problem if the images were optimized, and small
You may use something like this:
/* Hide slider image until page is fully loaded*/ body:not(.loaded) #slider img { display:none; }