Results 1 to 3 of 3

Thread: swissarmy image slideshow problem with IE

  1. #1
    Join Date
    Apr 2007
    Posts
    59
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default swissarmy image slideshow problem with IE

    1) Script Title: Swissarmy.js

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

    3) Describe problem:

    The slideshow works perfectly with Safari,Camino and Opera on my Mac, but not on PC with IE. The pictures do not load. Can somebody help me? I appreciate.

    Here my link: http://paolinet.info/jeunesse/switze...timonials.html

    Thanks in advance

  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

    Works OK in IE 9 in IE 9 mode. But when I put it into IE 8 mode it doesn't. The error points to this line:

    Code:
     . . . des[28] = ["../images/before-after30.jpg", ""];
    slides[29] = ["../images/before-after31.jpg", ""];
    slides[30] = ["../images/before-after32.jpg", ""];
    slides[31] = ["../images/before-after33.jpg", ""];
    slides[32] = ["../images/before-after34.jpg", ""];
    slides[33] = ["../images/before-after35.jpg", ""];
    
    
    slides.fadecolor="#FFFFF";//006633
    
    </script>
    
    <script src="../testimonials/swissarmy.js" type="text/javascript">
    
    /***********************************************
    * Swiss Army Image slide show . . .
    Only 5 F's. There can be 3 or 6, but not 5 or any other number. To be on the safe side, just use the name:

    Code:
    slides.fadecolor="white";//006633
    Last edited by jscheuer1; 08-10-2012 at 03:59 PM. Reason: typo in description
    - 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:

    paldo (08-10-2012)

  4. #3
    Join Date
    Apr 2007
    Posts
    59
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Thank you, it was a typing distraction.

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
  •