Images not loading...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Re: Images not loading...

Post by dude81 »

A little detailed analysis on this puts me in a confusion , how browsers would interpret such requests.
1. Assuming that images load bit slow than the output of other html tags here.
Say at stage 1, one image is being rendered to browser from server, and browser is slowly loading the image(i.e printing the huge coded content) with image tag. Mean while , the while loop generates the one more image with image tag, Html output being fast, will it get printed in the loading code of the image.

My Question
1. Will the browsers leave some space for image to get loaded and print the next img tags after the image or will it let the image tags get printed in between the other image that is being rendered.
Post Reply