Results 1 to 2 of 2

Thread: How to move the slider buttons above the content?

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

    Question How to move the slider buttons above the content?

    1) Script Title:
    Featured Content Slider

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

    3) Describe problem:
    Script works great. I just need to move the slider buttons (1,2,3 etc) to above the content. Can't figure what part of the code needs to change. Thanks so much.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    In this patch of code (taken from the demo page), move the highlighted code to the top of the snippet.

    Code:
    <div id="slider1" class="contentslide">
    <div class="opacitylayer">
    
    <div class="contentdiv">
    Content 1
    </div>
    
    <div class="contentdiv">
    Content 2
    </div>
    
    <div class="contentdiv">
    Content 3
    </div>
    
    </div>
    </div>
    
    <div class="pagination" id="paginate-slider1"></div>
    
    <script type="text/javascript">
    //Define: ContentSlider("slider_ID", [autorotate_miliseconds], [custompaginatelinkstext], [customnextlinktext])
    ContentSlider("slider1")
    
    </script>
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

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
  •