Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87055

Re: Controlling the load

$
0
0

Does this code alsodeterminesthe load orderof images?because now the preloadimage (intro.gif) isn't the firstto load.

What determinesthe sequence of images actually? should notpreload img thefirstimagesto load?

firefox.jpg

chrome.jpg

Evenusingyoursolutionto modifythe index.html file (best solution), the browser first try to loadtwo imagesthat are inside thedivEdge, howcan it be possible?


firefox.jpg

I deleted preloader in Edge and now, code in index.html is:


<body style="margin:0;padding:0;height:100%;">

    <div id="container" style="margin:0;padding:0;height:100%;background: url(images/intro.gif) no-repeat center center;">

        <div id="Stage" class="EDGE-67786006">

        </div>

    </div>

</body>

 

 



Viewing all articles
Browse latest Browse all 87055

Trending Articles