View Full Version : Image Viewer II
I am trying to use the image viewer script II. I think I have followed the directions correctly, but when I mouseover the thumbnail, the larger image does not appear. What am I doing wrong?
jscheuer1
11-23-2005, 07:02 AM
There could be other problems and this might not be it at all but make sure it is not the problem:
Filenames and paths on the web are case sensitive, not so on your local machine. Make sure your images are on the server and that their paths and filenames listed in your code match exactly their location on the server, including upper and lower case letters, ex:
Image.jpg
image.jpg
image.JPG
IMAGE.JPG
and
IMAGE.jpg
are all different on the web, not so locally.
If you need more help:
whatever
.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.