Results 1 to 3 of 3

Thread: fade in slide show HELP!

  1. #1
    Join Date
    Sep 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default fade in slide show HELP!

    just got through uplaoding the new version of the site but fade in slide show is not working. http://www.tattitudetattoos.com anyony have any ideas.

    ozzy

  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

    For one thing, this:

    Code:
    var fadeimages=new Array()
    //SET 1) IMAGE PATHS, 2) optional link, 3), optional link target:
    fadeimages[0]=["../../My Pictures/tattitude/august16030.jpg"]
    fadeimages[1]=["../../My Pictures/tattitude/august16031.jpg"]
    fadeimages[2]=["../../My Pictures/tattitude/august16033.jpg"]
    fadeimages[3]=["../../My Pictures/tattitude/august16032.jpg"]
    fadeimages[4]=["../../My Pictures/tattitude/august16034.jpg"]
    fadeimages[5]=["../../My Pictures/tattitude/august16035.jpg"]
    fadeimages[6]=["../../My Pictures/tattitude/august16036.jpg"]
    fadeimages[7]=["../../My Pictures/tattitude/booth.jpg"]
    should be this:

    Code:
    var fadeimages=new Array()
    //SET 1) IMAGE PATHS, 2) optional link, 3), optional link target:
    fadeimages[0]=["../../My Pictures/tattitude/august16030.jpg"]
    fadeimages[1]=["../../My Pictures/tattitude/august16031.jpg"]
    fadeimages[2]=["../../My Pictures/tattitude/august16033.jpg"]
    fadeimages[3]=["../../My Pictures/tattitude/august16032.jpg"]
    fadeimages[4]=["../../My Pictures/tattitude/august16034.jpg"]
    fadeimages[5]=["../../My Pictures/tattitude/august16035.jpg"]
    fadeimages[6]=["../../My Pictures/tattitude/august16036.jpg"]
    fadeimages[7]=["../../My Pictures/tattitude/booth.jpg"]
    Also, 'My Pictures' as an online directory name is a poor choice and ../../ is impossible as a relative path from the live location of the page. Upload your pictures to the server if you have not already, and change your code to reflect their actual online location.
    - John
    ________________________

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

  3. #3
    Join Date
    Sep 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you! i up loaded my pics and changed the quotes to "'s and it solved the problem i dont know how it got changed must be the editor program i am using

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
  •