is it possible to control display order of graphics on page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all

is it possible to control display order of graphics on a web page
 
No. They are displayed in the order in which they are completely fetched
from the server. They are requested from the server in the order in which
they are encountered in the code on the page, reading from <html> to
</html>. The order in which they are completely received is dependent on
more variables than the chances of your winning the Powerball.

Hence, no....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top