Click to See Complete Forum and Search --> : Little red "x"


Jean Lovett
11-09-2006, 09:55 PM
I have a slide show on my web site that fades from image to image. Before the first image comes in, there is a red x as if it can't find my image. Is there a way to turn off the little red "x", so that nothing shows while the image loads? www.gatewaynaz.com/index1.html is the page that I have the problem with.


Jean

felgall
11-09-2006, 10:21 PM
Use a completely transparent image as the placeholder.

Jean Lovett
11-09-2006, 10:28 PM
Would that image be "underneath" the slide show, or as an image inside the java script for the slide show?

felgall
11-09-2006, 11:44 PM
Where ever the image is that is missing that currently produces the X.

Jean Lovett
11-10-2006, 12:13 AM
That's the problem. I don't think there is a missing image. How would I find out where the script thinks the image is missing?

Centauri
11-10-2006, 01:19 AM
The missing image is not in the slideshow, but associated with the href. Just below the slideshow script there appears img src="../images/bs00825a.gif" - this file does not seem to exist.

Cheers
Graeme

Jean Lovett
11-10-2006, 01:59 AM
Thank you, Thank you, Thank you. I have been trying to troubleshoot this for several days. The site that I copied my code from neglected to tell me that I needed to substitute my own image there. I followed your note, and now my slide show is great.

I really appreciate it. Thanks for taking the time to actually look at my java script and find my problem!

Jean