Results 1 to 3 of 3

Thread: AnyLink CSS Menu v2.2 - Sub Menu How To

  1. #1
    Join Date
    Aug 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink CSS Menu v2.2 - Sub Menu How To

    1) Script Title: :: AnyLink CSS Menu v2.2

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

    3) Describe problem:
    How do I setup or create sub menus?

    I have this working no problem for one level:
    <p><a href="" class="anchorclass" rel="submenu1">Test Link</a></p>


    <div id="submenu1" class="anylinkcss">
    <ul>
    <li><a href="">Link 1</a></li>
    <li><a href="">Link 2</a></li>
    <li><a href="">Link 3</a></li>
    <li><a href="">Link 4</a></li>
    <li><a href="">Link 5</a></li>
    </ul>
    </div>

    For this type of menu
    Test Link
    Link 1
    Link 2
    Link 3
    Link 4
    Link 5

    But I would like to have a sub menu like the example below.

    Test Link
    Link 1
    Link 2
    Link 2a
    Link 2b
    Link 2c
    Link 3
    Link 4
    Link 5

    Thanks,

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

    Default

    There's currently no easy way to add additional sub levels to this menu unfortunately. It's probably something I'll try to add to the script some point down the line.
    DD Admin

  3. #3
    Join Date
    Aug 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the reply DD Admin.

    Is there a script that you would recommend for a menu system that does sub levels?

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
  •