Results 1 to 2 of 2

Thread: Previous Next outside glidecontenttoggler div

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

    Default Previous Next outside glidecontenttoggler div

    1) Script Title: Featured Content Glider

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

    3) Describe problem: There is page 1, page 2, for each slide with previous/next.
    I need the previous next button displayed elsewere in the page and not togather with page1 page 2, but if I move this out of <div id="p-select" class="glidecontenttoggler" align="left"> </div> previous next stops working

    What should I do to make this work exactly as it does with only the previous and next placed else where in the page.Please help.

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

    Default

    You can move the entire pagination DIV to somewhere else on the page, but any pagination link must be added inside this DIV in order for the script to parse them. so the DIV:

    Code:
    <div id="p-select" class="glidecontenttoggler" align="left">pagination links...</div>
    can be moved around on the page.
    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
  •