Results 1 to 2 of 2

Thread: featured content glider - move toggler menu to left, vertical

  1. #1
    Join Date
    Feb 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default featured content glider - move toggler menu to left, vertical

    1) Script Title:
    Featured Content Glider

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

    3) Describe problem:
    I'm looking for some advice on getting the menu (toggler) in a vertical position on the left hand side of the main content area. I've attempted to use <li> tags to do this, but they seem to be pushing right and under the main content slightly.

    Thanks for any advice you can give and great script.

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

    Default

    Hmm there's no pr-emade template for a vertical layout of the navigation links, if that's what you're asking. In general though, since the nav links are just regular links with a special CSS class, you can arrange them anyway you like to get the look you want:

    Code:
    <div id="p-select" class="glidecontenttoggler">
    <a href="#" class="prev">Prev</a>
    <a href="#" class="toc">Page 1</a> <a href="#" class="toc">Page 2</a> <a href="#" class="toc">Page 3</a> <a href="#" class="next">Next</a>
    </div>
    What exactly to do however really depends on the look you're trying to achieve, plus your knowledge of CSS.
    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
  •