Results 1 to 5 of 5

Thread: Ultimate Fade-in slideshow (v1.5)

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

    Default Ultimate Fade-in slideshow (v1.5)

    1) Script Title: Ultimate Fade-in slideshow (v1.5)

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

    3) Describe problem: I add the script in my page and it's going well in internet explorer but in firefox it's simply show only one page of two what's wrong?

    (excuse my english i'm a french girl)http://www.dynamicdrive.com/forums/i...lies/smile.gif

  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

    Please post a link to the page on your site that contains the problematic script so we can check it out.
    - John
    ________________________

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

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

  4. #4
    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

    Get rid of this:

    HTML Code:
    <META http-equiv="Content-Style-Type" CONTENT="text/ccs">
    Also, your array is kind of messed up, it should look like so:

    Code:
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["images/img/photo_1.jpg", "", "" ] //plain image syntax
    fadeimages[1]=["images/img/photo_2.jpg", "", "" ] //plain image syntax
    fadeimages[2]=["images/img/photo_3.jpg", "", "" ] //plain image syntax
    fadeimages[3]=["images/img/photo_4.jpg", "", "" ] //plain image syntax
    fadeimages[4]=["images/img/photo_5.jpg", "", "" ] //plain image syntax
    fadeimages[5]=["images/img/photo_6.jpg", "", "" ] //plain image syntax
    fadeimages[6]=["images/img/photo_7.jpg", "", "" ] //plain image syntax
    fadeimages[7]=["images/img/photo_8.jpg", "", "" ] //plain image syntax
    - John
    ________________________

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

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

    Default

    thanks a lot it works perfectly now!!!

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
  •