Click to See Complete Forum and Search --> : Picture Loads by Rolling
JuliePgh
10-30-2005, 05:55 PM
Pictures on a site I'm creating literally roll from top to bottom as the page loads. How do I prevent this rolling effect?
My code is:
<img src="./graphics/kellyfulllength.jpg" width=150 align="right" valign="top" border=3 hspace=5 vspace=2>
There is nothing unusual about the page. Straight HTML with CSS
Lerura
10-30-2005, 06:30 PM
what do you mean by rolling?
do they change position
or
do you see more and more of the picture as time goes
ray326
10-30-2005, 06:32 PM
That's just the browser rendering the images as they come in from the network. There's no way you can alter that in general.
Hi -
Try saving them as Progressive .jpg's if you can...
they'll appear faster & fuzzy, then sharpen up -
more 'all over' then a slowly drawn window shade...
El
JuliePgh
10-30-2005, 07:51 PM
I'll try a png to see if that makes a difference. A slow drawn window shade is a good way of describing it.
Thank you everyone!
ray326
10-30-2005, 11:07 PM
That sounds like an interlaced GIF. El's recommendation will work a little better. I don't know of PNG has some similar encoding available but I haven't used it much.