Results 1 to 2 of 2

Thread: Ultimate Fade-in Slideshow problem

  1. #1
    Join Date
    May 2008
    Posts
    5
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Angry Ultimate Fade-in Slideshow problem

    1) Script Title:

    Ultimate Fade-in slideshow (v 1.51)

    2) Script URL (on DD):

    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem:
    Hopefully this should be an easy fix. I know very little or nothing about javascript and i pasted the code as it appeared in the tutorial into my page:

    http://www.alimahamani.com

    I have no idea what the problem is but I imagine it's simple as I am unfamiliar with javascript. If someone could take a look at my code (javascript is in the header for now) it would be great!

    Thanks!
    Brian

  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

    There could be other problems, but you left out a comma (added back in red) here:

    Code:
    		<script type="text/javascript">
    			new fadeshow(fadeimages, 225, 295, 0, 3000, 1, "R")
     		</script>
    in that small part of the script from the body section of your page.

    Oh, there is another problem, the images aren't on the server.
    Last edited by jscheuer1; 05-21-2008 at 04:27 AM. Reason: found another problem
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    midevilb (05-21-2008)

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
  •