Results 1 to 3 of 3

Thread: Script: Image Thumbnail Viewer2

  1. #1
    Join Date
    Feb 2008
    Location
    california
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Script: Image Thumbnail Viewer2

    1) Script Title: Image Thumbnail Viewer2

    2) Script URL: http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    3) Describe problem:

    I'm working on a photo gallery for a winery website. The Image Thumbnail viewer 2 works fine in Safari on the Mac, but not in Firefox or Explorer on the Mac. I tried "everything" for about 4 hours, but still doesn't work?! anyone have an answer for me?

    here's the URL in question:

    http://www.fogartywinery.com/new_sit...ts.photos.html

    Not sure if it works on a PC or not, but it also must work in Firefox on the mac. Any questions, let me know.

    jhay@haywirephoto.com

    thanks!!!

  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's something about overlib.js that is messing up the thumbnail script. But, if you move overlib to after thumbnail in the head of the page, thumbnail seems fine in FF:

    Code:
    <script type="text/JavaScript" src="fogartyjs/chrome.js"></script>
    <script type="text/JavaScript" src="fogartyjs/preload.js"></script>
    <script type="text/javascript" src="thumbnailviewer2.js" defer="defer">
    
    /***********************************************
    * Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    * This notice must stay intact for legal use
    ***********************************************/
    
    </script>
    <script type="text/javascript" src="fogartyjs/overlib.js"></script>
    - John
    ________________________

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

  3. #3
    Join Date
    Feb 2008
    Location
    california
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks a lot! it works in Firefox!!! i tested it in Explored on Mac, doesn't work, but a lot of stuff doesn't. Hopefully it works on the PC. I will test it tomorrow. BUt thank you very much.

    jonathan

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
  •