Click to See Complete Forum and Search --> : I fed up :( Help me pls


coldhand
08-30-2003, 06:45 AM
What has happened to this javascript code, it rolled over quickly locally but when i uploaded the site, it does take much time to see the effect of rolling over. Below is the URL of the site:

http:www.pmico-steel.com

Khalid Ali
08-30-2003, 08:36 AM
Chances are your image are not being pre-loaded,
please pre-load them using

var img1 = new Image();
image1.src = "pages/image1.gif";

do the same for all images