Results 1 to 3 of 3

Thread: image thumbmnail viewer II not working on line

  1. #1
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default image thumbmnail viewer II not working on line

    1) Script Title: image thumbmnail viewer II

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

    3) Describe problem:

    I installed this viewer and it works fine locally on my drive but when on line, the larger image does not appear on mouseover

    if you click on a thumbnail, hten it starts to work.

    any ideas?

    here is a link to a page that I am trying this on:

    http://www.surfzonevillas.com/index4.html

    thanks

    Dennis

  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

    Your page is in violation of Dynamic Drive's usage terms, which, among other things, state that the script credit must appear in the source code of the page(s) using the script. Please reinstate the notice first.


    That said, your demo is working in FireFox and Opera, not IE. It has been my experience that with this script, when that happens (especially if there are other scripts on the page like you have there), usually all you need to do is remove the defer attribute. Get rid of the highlighted:

    Code:
    <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>
    - John
    ________________________

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

  3. #3
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default thanks and more

    yes

    thanks alot

    I also found that if I moved one of the scripts calls from insude the <HEAD>
    tags to outside the <HEAD> tag, then it also worked

    Dennis

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
  •