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.
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)?