Results 1 to 3 of 3

Thread: Ultimate Fade-in Slideshow won't position correctly in FF...works in IE9 and Chrome

  1. #1
    Join Date
    Nov 2005
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in Slideshow won't position correctly in FF...works in IE9 and Chrome

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

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

    3) Describe problem: Have used this script many times on many sites, but for some reason it won't position right on this site on Firefox 12.0. Chrome 18 and IE 9 works fine. I have tried redownloading all the files, and many other options, but it still won't work in FF. Any help would be greatly appreciated.

    www.osbornagparts.com

    Thanks for your 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

    Firefox doesn't allow a td to have one of the of styles (position: relative) that this script needs to assign to the fadeshow1 division. Just change:

    HTML Code:
    <td  id="fadeshow1"style="height: 111px;" colspan="3"></td>
    to:

    HTML Code:
    <td style="height: 111px;" colspan="3"><div id="fadeshow1"></div></td>
    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
    Nov 2005
    Posts
    10
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Awesome. Thank you!

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
  •