Results 1 to 7 of 7

Thread: IE7 in Win Vista problem

  1. #1
    Join Date
    Nov 2008
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default IE7 in Win Vista problem

    Hi,
    I have a pc with Vista ed IE7 and this beautifull script no work
    Nobody has the solution to this problem?
    Thank's and sorry for my enfglish
    Andrea

  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

    I moved this from the thread:

    http://www.dynamicdrive.com/forums/s...ad.php?t=40219

    because it is unclear if you are referring to the update mentioned there, the current script by the same name listed in the DD library, or both.

    Which script are you using? Have you tried them both?
    - John
    ________________________

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

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

    condorex (01-16-2009)

  4. #3
    Join Date
    Nov 2008
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Hello,

    Image Thumbnail Viewer

    http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

    I have a pc with Vista ed IE7 and this beautifull script no work
    Nobody has the solution to this problem?

    I tried both and both do not work.
    navigator.userAgent returns

    Mozilla/4.0 (compatible; MSIE7.0; Windows NT 6.0; SLCC1;. NET CLR 2.0.50727;. NET CLR 3.0.04506)

    Thank' s
    Last edited by condorex; 01-16-2009 at 09:22 AM.

  5. #4
    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

    I don't have a machine with Vista on it to test in. But you should make sure that javascript is enabled. It's possible that your copy of Vista/IE 7 doesn't allow Active X. If this is the case, the fading animation will not work in it and this will break the script unless you disable them:

    Code:
    // -------------------------------------------------------------------
    // Image Thumbnail Viewer Script- By Dynamic Drive, available at: http://www.dynamicdrive.com
    // Last updated: January 1st, 2009- eliminate need for onload/onunload events
    // -------------------------------------------------------------------
    
    var thumbnailviewer = {
     enableTitle : true, //Should "title" attribute of link be used as description?
     enableAnimation : false, //Enable fading animation?
     definefooter : '<div class="footerbar">Click window to Close X</div>', //Define HTML for footer interface
     defineLoading : '<img src="loading.gif" /> Loading Image...', //Define HTML for "loading" div
    
    ///////////// No Need to Edit Beyond Here /////////////
    - John
    ________________________

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

  6. #5
    Join Date
    Nov 2008
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    No, I tried to disable
    the fading but not working.
    The problem seems to be the positioning of the window that is created in the right place and she sees you in the picture when the picture begins to get a better resolution opens a browser window.
    Thank's

  7. #6
    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

    Does it work in IE 7 without Vista?
    - John
    ________________________

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

  8. #7
    Join Date
    Nov 2008
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    works with

    XP -> Firefox 3
    XP -> IE7
    XP -> Chrome

    Mac Os (several) -> Firefox 3
    Mac Os (several) -> Safari

    Win Vista -> Firefox

    but not with

    Win Vista -> IE7 (
    Last edited by condorex; 01-16-2009 at 11:24 AM.

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
  •