CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2011
    Posts
    1

    Angry Gallery not working in IE9

    I made a site for someone a good few years back using the frog.js gallery (http://www.dynamicdrive.com/dynamici...ogjs/index.htm) but this is no longer working in IE9 (although appears to be working in other browsers). Does anyone have any suggestions as to how I can fix this? Or alternatively can suggest a better gallery which works in a similar way? I really appreciate your help, as I am not a javascript expert so wouldn't know where to start. Many thanks, Alison
    Last edited by PeejAvery; November 15th, 2011 at 02:35 PM. Reason: Fixed the link

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Gallery not working in IE9

    As we tell everyone who refers to someone else's work...contact the original author first. Since we didn't write it, we'd have to read through the code first and debug it. Author can do that better since he/she is the original coder.

    If you're looking for a new script, search through Google for some jQuery slideshows.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Jun 2009
    Posts
    113

    Re: Gallery not working in IE9

    You could force IE9 to work in quirks mode, something like this:
    Code:
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    Last edited by the_cat; November 23rd, 2011 at 09:23 AM.

  4. #4
    Join Date
    Nov 2011
    Posts
    1

    Thumbs up Re: Gallery not working in IE9

    Hi,
    dynamic drive has their own forum where you can get help on their scripts at http://www.dynamicdrive.com/forums/ they have added many newer scripts for gallery viewers than the one you are using...you might want to just switch it out for another one (you don't need a lot of coding skills, the instructions are really straight forward
    Good luck!
    Colin from www.hitherandyon.com

    http://www.hitherandyon.com/servlet/StoreFront

Tags for this Thread

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured