Results 1 to 3 of 3

Thread: Fadeshow not working in IE9

  1. #1
    Join Date
    Aug 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Fadeshow not working in IE9

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

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

    3) Describe problem: We have a website that has been successfully using the Fade-in slideshow, however, it no longer works in IE9. It works correctly in all other browsers. IE9 just shows a black box. Here is the URL to the page with the issue: http://novurania.com/home.html

    Thanks for any help.

  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

    First thing I would try, in the head of the page, change:

    Code:
    <style type="text/css">
     img ,td{ behavior: url("iepngfix.htc")  
    }
    </style>
    to:

    Code:
    <!--[if lt IE 7]>
    <style type="text/css">
     img ,td{ behavior: url("iepngfix.htc")  
    }
    </style>
    <![endif]-->
    The browser cache may need to be cleared and/or the page refreshed to see changes.
    - John
    ________________________

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

  3. #3
    Join Date
    Aug 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you, that worked!

Similar Threads

  1. Ultimate Fadeshow not working in IE9
    By duklaprague in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 02-06-2011, 06:33 PM
  2. Need help with Ultimate fadeshow
    By Runo in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 05-05-2010, 04:03 PM
  3. fadeshow with Chrome
    By yvonneth in forum JavaScript
    Replies: 6
    Last Post: 10-29-2009, 04:11 PM
  4. Fadeshow on IE6
    By JVWright in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 11-08-2007, 09:32 PM
  5. fadeshow STOP?
    By encrypted in forum Dynamic Drive scripts help
    Replies: 6
    Last Post: 12-12-2006, 08:52 PM

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
  •