Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow not working in IE

  1. #1
    Join Date
    Jan 2010
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow not working in IE

    1) Script Title: Ultimate Fade-in slideshow

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

    3) Describe problem: Working on all browsers apart from IE 7 and 6

    II am trying to make 4 seperate divs in 4 different positions fade in at different intervals.

    Test page - http://www.pomegranate.biz/newpom/index.html - with all other links removed.

    This works in all browsers apart from IE 6 and 7. Haven't been able to try in IE8.

    I can get it to work if I remove display:inline; from the css but the layout no longer works properly.

    #fadeshow1
    {display: inline;
    position: absolute;
    top: 245px;
    left: 70px;
    width: 105px;
    height: 143px;
    z-index: 1}

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    You have 5 instances of the script running, though they all currently use the same variable name ('mygallery'), for example:

    Code:
    var mygallery=new fadeSlideShow({
    They need to be unique for each instance, such as "mygallery", "mygallery2" etc.
    DD Admin

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

    Default

    I have changed the mygallery id so each one is individual but it hasn't made a difference. I have previously used multiple slideshows on the same page before without a problem.

    I have eliminated all other code and it still seems to be display:inline that is causing the problem. If I remove this code from the css the slideshow works fine, even without individual mygallery id's.

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
  •