Is it possible to add more than one menu onto the same page?


Yes.

You can add several separate menus on the same page. Each menu must have unique name ("MyMenu1", "MyMenu2", etc.). To specify the name of a menu, go to the "My Menus" page.

Multiple menus

Add each menu to the page in the standard way: download menus to the local machine, add them to your web site, and place the code for each menu on the page.

<script type="text/javascript" src="./MyMenu1/MyMenu1.js"></script>
<div id="MyMenu1"></div>

<script type="text/javascript" src="./MyMenu2/MyMenu2.js"></script>
<div id="MyMenu2"></div>





Uploading ...