Results 1 to 3 of 3

Thread: Fade-in Slideshow

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

    Default Fade-in Slideshow

    Fade-in Slideshow
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    I think this is a great script but is it possible to have the same slideshow more than once on the same webpage. I've tried it and it just ends up with only one of them working. I've been messing around for hours with no success

    Naga

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Unfortunately there's no easy way to do this. We'll be updating this script soon, though not for this feature, but an optional link associated with each slide. Perhaps in the update after this...

  3. #3
    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 is a simple and effective hack to get two Fade-in slideshow scripts working on 'one page'. The solution is to use three pages! Using two iframes on one page like so:
    HTML Code:
    <html>
    <head>
    <title>Two Fading Slide Shows - Demo</title>
    </head>
    <body>
    <iframe src="slide_show1.htm" width="145" height="260" scrolling="no" frameborder="0"></iframe>
    <iframe src="slide_show2.htm" width="145" height="260" scrolling="no" frameborder="0"></iframe>
    </body>
    </html>
    You can adjust the height and width as needed to match the size of each slide show and place each iframe wherever you want in your layout. Then just make up the two slide shows as needed. I've tested this and it works great in IE6 and NS7.2.
    - John
    ________________________

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

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
  •