Define the height and width for each graphic, otherwise how does the browser
know how to draw the screen? With height/width netscape will allocate space
for the missing images and fill them in as the files complete, without - it
waits until all are done before drawing to the screen.
MSIE gets around that by redrawing as it learns each images characteristics
after completing each image download.
On Mon, 13 Aug 2001, Mark Maggelet wrote:
> Date: Mon, 13 Aug 2001 15:27:59 -0700
> From: Mark Maggelet <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: [PHP] How to stop images preloading in netscape?
>
> On Mon, 13 Aug 2001 23:16:35 +0100, Seb Frost ([EMAIL PROTECTED])
> wrote:
> >I have a php page which generates a page of thumbnails from a
> >database. In
> >internet explorer all of the layout loads first, and the thumbnails
> >appear
> >one by one as they are downloaded. Netscape however seems to insist
> >on
> >downloading all images before displaying the page. This makes it
> >appear
> >very slow. How can I prevent this behaviour?
> >
> >cheers,
> >
> >seb
>
> use lowsrc and a low-res image.
>
> - Mark
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
Kelly
303-444-1671
Boulder, Colorado
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]