Click to See Complete Forum and Search --> : Preload


Max^Power
12-26-2002, 03:47 AM
when using a script to preload images, if i have 2 images which when onmouseover they will rollover, do I have to put both mages in the preloading script or just the one that will rollover on the default image?

ShrineDesigns
12-26-2002, 05:19 AM
i don't think it matters all that much
you can preload both or just the default one

gil davis
12-26-2002, 07:12 AM
It is better not to preload images that are included in the HTML because then the image is loaded twice.

ShrineDesigns
12-26-2002, 10:24 PM
preloading i think is mainly for images that are not initially visible

if you are going to use the preloading; use it for the non-default image

sorry about that it was early in the morning when i posted that i wasn't thinking lol

Max^Power
12-27-2002, 01:29 AM
thanks for your information.