Click to See Complete Forum and Search --> : Loading images on a page.


k0r54
12-21-2004, 09:05 PM
Hi,

Is there a way that the page can load as a whole. As at the moment I am watchin the images load individualy and it kinda looks a state until the page has completed.

Thanks
Adam

Jona
12-21-2004, 09:34 PM
No, there isn't. The page loads from top to bottom. You can have your images load after the rest of the document has loaded with some JavaScript trickery, but that's about it.

ray326
12-21-2004, 10:22 PM
If things are shifting around radically as the images load then you haven't put width/height attributes in the img tag.