Results 1 to 2 of 2

Thread: Image Viewer II

  1. #1
    Join Date
    Nov 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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?

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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:

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format for asking a question.
    PLEASE: Include the URL to your problematic webpage that you want help with.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •