Results 1 to 3 of 3

Thread: Question regarding - Ultimate Fade-In Slideshow

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

    Default Question regarding - Ultimate Fade-In Slideshow

    1) Script Title:

    Ultimate Fade-In Slideshow

    2) Script URL (on DD):

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

    3) Describe problem:

    I have a website designed using CSS and I want to insert the script so that I can display 4 different slideshows on the one page. The problem is that in my site design I am using two columns for the content (for eg. see http://www.campbellandslevin.com/prd.html ) and I want the slideshows to sit on top of one another within one of these columns rather than next to eachother horizontally. Is there a way to do this easily as I am not advanced in javascript.

    Thanks

    Niall

  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

    Actually, the instructions on the demo page will give you (unlike the 2 shown on that page) 2 slide shows, one above the other.

    It might be easier for you to understand though like this:

    Code:
    <div>
    <script type="text/javascript">
    new fadeshow(fadeimages, 140, 225, 0, 3000, 1, "R")
    </script>
    </div>
    
    <div>
    <script type="text/javascript">
    new fadeshow(fadeimages2, 140, 225, 0, 3000, 0) 
    </script>
    </div>
    - John
    ________________________

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

  3. #3
    Join Date
    Aug 2005
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks for that. but for some reason I cant get the second set of images to display as a slideshow.

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
  •