Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: slideshow issues

  1. #11
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    I've got all your images in. Could you provide a link to where you get this script?..
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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

    Default

    is it working now?

  3. #13
    Join Date
    Feb 2007
    Posts
    21
    Thanks
    4
    Thanked 0 Times in 0 Posts

  4. #14
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    The error is because you missed this div:
    Code:
    <div id="largeImageCaption">This is the caption of image number 1</div>
    This part in your markups also throws an error:
    Code:
    onLoad="MM_preloadImages('./images/home1.jpg','./images/home2.jpg','./images/bio1.jpg','./images/bio2.jpg','./images/services1.jpg','./images/services2.jpg','./images/people1.jpg','./images/people2.jpg','./images/places1.jpg','./images/places2.jpg','./images/wildlife1.jpg','./images/wildlife2.jpg','./images/objects1.jpg','./images/objects2.jpg','./images/events1.jpg','./images/events2.jpg','./images/contact1.jpg','./images/contact2.jpg')"
    ...I've removed this in your markups and added this in image-slideshow.js so that it works together with your gallery's onload.

    You also don't have a div for your large image's caption, and maybe you don't need it, but for future references, I just added it to your markups.

    Due to a huge number of images which makes this difficult to zip, I'll just send it to you via email as to the address you've given via PM.

    Hope this helps.
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

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
  •