Results 1 to 2 of 2

Thread: Step Carousel - displays duplicate control images

  1. #1
    Join Date
    Feb 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Step Carousel - displays duplicate control images

    1) Script Title: Step Carousel

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...epcarousel.htm

    3) Describe problem:

    I have the example set up on a test server page here:

    http://aktest1.com/

    When the page starts to load everything looks fine, but at the end of the load suddenly a bunch of extra control circles appear. There are 5 images and 9 circles appear.

    ??

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

    Default

    Right now you've manually defined 5 images inside the pagination DIV- you should only define 1. The script will use that as a template to generate the necessary number of pagination circles, for example:

    Code:
    <p id="mygallery-paginate" style="width: 250px; text-align:center">
    <img src="opencircle.png" data-over="graycircle.png" data-select="closedcircle.png" data-moveby="1" />
    </p>
    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
  •