Results 1 to 3 of 3

Thread: Ultimate Fade-In Slideshow: No display

  1. #1
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Ultimate Fade-In Slideshow: No display

    1) Script Title: Ultimate Fade-In Slideshow (v1.51)

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

    3) Describe problem: No display

    Files:
    http://www.quamichanlake.ca/testslides.html
    http://www.quamichanlake.ca/slideshow.js
    http://www.quamichanlake.ca/images/1...|bulrushes.jpg

    Hello, my problem appears to be identical to that of whunter52, who started this thread.

    I have now stripped my code down so it is almost identical to whunter's, and I still can't get it working. Though I see his or hers is fixed and working nicely. It gives me reason for optimism through my tears.

    I'm already embarassed because I know it's going to turn out to be a comma or something equally trite and careless.

    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

    What's a whunter52? Anyways, this (which uses illegal for HTML slanting quotes):

    Code:
    <script type=text/javascript>
    new fadeshow(fadeimages, 175, 131, 0, 3000, 0)
    </script>
    needs to be (using plain vertical quotes):

    Code:
    <script type="text/javascript">
    new fadeshow(fadeimages, 175, 131, 0, 3000, 0)
    </script>
    - John
    ________________________

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

  3. #3
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Re your question about whunter52. He (or she) posted this thread:
    http://www.dynamicdrive.com/forums/s...ad.php?t=38745

    I thought I was adding to that original thread, so it would be evident who whunter52 was. But my post appears to have been added as its own thread (with the same title).

    I guess you do a lot of these - you solved whunter52's problem.

    And you solved mine. Thanks for finding it. Much appreciated.

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
  •