Results 1 to 3 of 3

Thread: Vertical "accordion style" menu

  1. #1
    Join Date
    Jun 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Vertical "accordion style" menu

    Hi!
    I've been searching for a vertical, 2-level list navigation for quite a while. I've found lots but nothing perfect yet. Today I use a javascript tree-view menu that does all I want, i.e. preserves state, has functions I invoke to open parent levels and so on.

    Basically, this is want I need:



    Clicking the plus sign shows the submenu links and changes the plus to a minus sign. Clicking the "Area x" text just loads another page and does not influence the "submenu" status (opened or closed).

    No need for sliding or other fancy effects but some kind of "class='active'" on the active main- or sub item is necessary.

    All help is very much appreciated!

    Claes

  2. #2
    Join Date
    Feb 2009
    Posts
    303
    Thanks
    18
    Thanked 36 Times in 36 Posts

    Default

    Maybe the DD Accordion Menu is what you're looking for.

    // X \\
    Last edited by X96 Web Design; 06-09-2009 at 07:15 PM. Reason: Speling
    Alex Blackie, X96 Design
    My Website
    I specialize in: HTML5, CSS3, PHP, Ruby on Rails, MySQL, MongoDB, Linux Server Administration

  3. #3
    Join Date
    Jun 2009
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yepp,
    thanks X, I just realized that this one will do (most) of what I want.
    I just need to figure out how I can set a class name on the submenu item that is clicked to show that this item is "active".

    Any ideas?
    /Claes

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
  •