Results 1 to 4 of 4

Thread: Image Thumbnail Viewer II - enlarged images don't open in a designated DIV in IE6

  1. #1
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail Viewer II - enlarged images don't open in a designated DIV in IE6

    1) Script Title: Image Thumbnail Viewer II

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

    3) Describe problem:

    Thank you very much for the script, works perfectly in FF and IE7, but having problems in IE6. The enlarged images are not opening in the designated div (id="galleryEnlarge"), but instead without any site environment: http://www.angelabraun.com/sosiego/loc_gallery.htm. Have to click on the back button to be able to go back to the site.

    I was wondering if nyone has a fix for this, or maybe is it my version of IE6 causing the problem?

    Many thanks for any help!

    Dancer

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I must be your IE6 because it works in mine:
    Attachment 2401
    I'm using DebugBar's IETester.

  3. #3
    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 IE 6 probably is a standalone version without filters. This breaks the script.

    To fix it:

    Code:
    // -------------------------------------------------------------------
    // Image Thumbnail Viewer II- By Dynamic Drive, available at: http://www.dynamicdrive.com
    // Last updated: Feb 5th, 2007
    // -------------------------------------------------------------------
    
    var thumbnailviewer2={
    enableTitle: true, //Should "title" attribute of link be used as description?
    enableTransition: false, //Enable fading transition in IE?
    hideimgmouseout: false, //Hide enlarged image when mouse moves out of anchor link? (if enlarged image is hyperlinked, always set to false!)
    
    /////////////No need to edit beyond here/////////////////////////
    - John
    ________________________

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

  4. The Following User Says Thank You to jscheuer1 For This Useful Post:

    dancer (01-05-2009)

  5. #4
    Join Date
    Jan 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Hi John,

    That worked!

    Thanks a million!

    Dancer

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
  •