First off i have question , if i define an "image" and "overimage" in the aI("..."); call are these images preload on the client's browser ?
If they are not by default , is there a way to get the images to preload or atleast stay in memory once the client browser has downloaded the images from the server ?
I have a top level menu which is entirely composed of images which load a different image when the user mouses over the menu items . I am afraid that some of my clients with dialups or just plain slow connections will see the horrid "no image icon" while they wait for the image to appear on mouse overs .
Also , it seems if the webserver cannot be reached by the client any more and the user mouseovers the menu items they turn to "no image icons" and stay that way until the server can be reached again .
thanks for any help people can provide .
george .
Preload images ...
Try the post at http://milonic.com/forum/viewtopic. ... 9672#19672 (Search works well here!).
The images should stay in your cache, assuming it's set right and large enough to hold everything. Perhaps check your browser settings?
The images should stay in your cache, assuming it's set right and large enough to hold everything. Perhaps check your browser settings?
John