Results 1 to 2 of 2

Thread: More Slides for Featured Content Slider

  1. #1
    Join Date
    Jun 2007
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default More Slides for Featured Content Slider

    1) Script Title: Featured Content Slider

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

    3) Describe problem: How to get more than 3 contentboxes?

    Hi, I want to have more than 3 contentboxes/slides.
    If I just add another div box the script does not work any longer (it displays all the boxes under each other and the pagination DIV is not displayed at all.

    Do I have to change something in the javascript?

  2. #2
    Join Date
    Dec 2007
    Location
    Muenster - Germany
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No changes in the JavaScript.

    Just add another div

    Code:
    <div class="contentdiv">
    Content 4
    </div>
    All div must between

    Code:
    <div id="slider1" class="contentslide">
    <div class="opacitylayer">

    Code:
    </div>
    </div>
    
    <div class="pagination" id="paginate-slider1"></div>

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
  •