Multi level drop down menu

Discussion in 'Programming' started by Hot-screensaver, Sep 19, 2006.

  1. #1
    I have the following coding which I copied from some other website long time ago, which does a good job in producing a 1 level drop down menu. Now, how can I use it to have 2 levels drop down menu?

    Check the following coding and the attached js file which will produce a 1 level menu:

    <script type="text/javascript" src="mm_menu.js"></script>
    <script language=JavaScript1.2>mmLoadMenus();</script>

    <a onMouseOver="MM_showMenu(window.menu_01,120,1,null,'ip')" onMouseOut="MM_startTimeout()" onMouseOver="MM_showMenu(window.menu_01,0,30,null,'ip')" onMouseOut="MM_startTimeout()" href="javascript:void(0);"><img src="images/menu-item1.gif" name="ip" id="ip" border=0></a>

    Thanks.
     

    Attached Files:

    Hot-screensaver, Sep 19, 2006 IP
  2. vinxxv

    vinxxv Well-Known Member

    Messages:
    506
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    118
    #2
    maybe you can try this link http://www.csscreator.com/menu/multimenu.php

    it uses CSS and javascript to create the menus.

    well i guess you'll be needing to customize it to fit your site but i think it's pretty easier to customize than the MM functions.

    question: does MM stand for Macromedia (M acro M edia)?
     
    vinxxv, Sep 22, 2006 IP