Results 1 to 2 of 2

Thread: Step Carousel

  1. #1
    Join Date
    Oct 2009
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Step Carousel

    Hi guys

    i found http://www.dynamicdrive.com/dynamici...epcarousel.htm
    I am using the Demo #2

    I have modified it to suit my needs if you wish to view what i used your script on you welcome to have a look at www.desco.co.za/ministry.htm

    I want to use it again on 2 or 3 of my other pages i have been working on.
    I need more modification and i have no clue about java script.

    I want to add a gap below the image in the frame where it can make a small DIV with the title="imagename or text" to show up centered below the image inside the 10PX border.

    Is this possible. Also by the way i must commend you guys on giving out free script that actually works and the explenations you give on using it is fantastic.

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

    Default

    The onslide() event handler should be able to do this. The example on that page shows a description for each panel. The goal then would be to position the description DIV so it's in the desired position:

    Code:
    <div id="relatedcontent" style="margin-top: 5px; font: normal 13px Verdana"></div>
    You might try absolutely positioning the above DIV.
    DD Admin

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
  •