Results 1 to 3 of 3

Thread: Multiple slideshow issues

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

    Question Multiple slideshow issues

    I am using jscheuer1's multiple slideshow script (ultimate fade in show), but am having trouble getting the shows to a) show up the correct size and b) to show up where I want them. Ideally, I'd like to have a vertical show next to two horizontal shows, one on top of the other. Here's the link to the original script: http://www.dynamicdrive.com/dynamicindex14/index.html. If anyone can help, I'd greatly appreciate it.

    Thanks.

    Peter

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

    Default

    Firstly, please do not cross post (I've deleted the duplicate in the "JavaScript" forum). Also, as this is a DD script question, please post in the correct format as laid out by the template whenever you make a new thread in this particular category. For example, you should include a link to the script in question ,which I assume is this one.

    Regarding your question:

    a) The images inside the slideshow can differ in dimensions from each other. The important thing is just to make sure the container area of the slideshow is large enough to house the largest image within your slide:

    Code:
    new fadeshow(fadeimages, 140, 225, 1, 3000, 1, "R")
    b) The slideshow will simply show up where you insert it within the page's source. So to get multiple instances of it to show up in a certain manner, you need to use the appropriate HTML to surround them. In this case, for example, you could create a table with 2 rows, the later with 2 columns. Then, insert each instance of the slideshow in each of the table cells.

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

    Default

    Thanks, got it going now.

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
  •