Results 1 to 4 of 4

Thread: Adding sub menus

  1. #1
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Adding sub menus

    //Top Nav bar script v2.1- http://www.dynamicdrive.com/dynamicindex1/sm/index.htm

    function showToolbar()
    {
    // AddItem(id, text, hint, location, alternativeLocation);
    // AddSubItem(idParent, text, hint, location, linktarget);

    menu = new Menu();
    menu.addItem("alumni", "", "", null, null);
    menu.addItem("news", "", "", null, null);
    menu.addItem("projects", "", "", null, null);
    menu.addItem("scholarships", "", "", null, null);
    menu.addItem("classreps", "", "", null, null);
    menu.addItem("weekend", "Alumni Weekend 2005", "Alumni Weekend 2005", null, null);

    menu.addSubItem("news", "Frontiersman 2005", "Frontiersman 2005", "readme.txt", "");
    menu.addSubItem("news", "Frontiersman 2004", "Frontiersman 2004", "summer04.htm", "");


    menu.showMenu();


    Here is some scripting. I want the frontiersman 2004 to have 2 sub menues. How do you do this? JF

  2. #2
    Join Date
    Aug 2005
    Posts
    200
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No nobody? It would be cool if anyone knew how to add a sub menu. Thanks alot, JF

  3. #3
    Join Date
    Oct 2005
    Posts
    121
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    its a decent menu compared to some of the nicer ones on dynamic drive, but I suggest the HV Menu which supports top and side of browser window positioning, easy sub-levels, TONS of customization, and has comments on how to change stuff in the one you need to change

  4. #4
    Join Date
    Dec 2005
    Location
    Washington
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default No luck

    I think this is not the best menu for sub teirs - try the menu at this site - it can have unlimited sub levels. It is the one that I use on my site and it works great! http://www.burmees.nl/menu/menus.htm

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
  •