Is there anything to be done to prevent the "imgXX is not defined" error on a rollover when the server is slow serving up the images? We know that we have a slow server (client owned, so no help there). The rollovers are navigation buttons. Holding your mouse over them while the page is loading, causes the error.
I'm doing the image preload at the top of the <head>. I am also testing "if (document.images
.complete)" before doing the rollover and it's working in most cases, except for a graphics-intensive page. Shouldn't that prevent the rollover image swap if the image is not loaded? I know I'm hitting it, cause I put in an alert msg there.
I've found many good solutions here, but I'm at a loss as to what to try next... other than a redirect while the images are loading... which is not an option.
Thanks in advance for any suggestions.
I'm doing the image preload at the top of the <head>. I am also testing "if (document.images
I've found many good solutions here, but I'm at a loss as to what to try next... other than a redirect while the images are loading... which is not an option.
Thanks in advance for any suggestions.