Click to See Complete Forum and Search --> : Image Rollover


ken_walker_jr
06-27-2003, 05:18 PM
I have a script that works great on my machine, but when I FTP it to the server, it doesn't function properly. The script changes a single image to multiple images based on a link that is mouseOver 'ed. In addition, there is an image that won't load on the page, though several others do. The site is www.lpmpaintinginc.com, please take a look and see if I have over looked something. Thanks.

Jona
06-27-2003, 05:32 PM
I get no errors. Be sure that your images exist.

[J]ona

ken_walker_jr
06-27-2003, 05:39 PM
That's the thing, there are no errors. It just doesn't work. The truck loads on the upper left initially. But then mouseOver a button on the left and it disappears, as it should, but is not replaced with the new image. Additionally, when mouseOut the image is supposed to return to the truck. That doesn't happen either. Why would the code excecute locally, but not on the server?

Jona
06-27-2003, 05:43 PM
I have tested it and the code is fine. Your problem is that the images do not exist in /pictures/. You should upload them.

[J]ona

ken_walker_jr
06-27-2003, 05:53 PM
Thanks Jona, I thought I overlooked something, but couldn't find it. It was a 'case-sensitive' issue. I always use lower case filenames, but the designer used some uppercase image filenames. Well, thanks again.

Jona
06-27-2003, 05:55 PM
You're welcome.

[J]ona