Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:00
i want to you 2 different types menu in 1 page
Poster: xcoder
Dated: Friday July 21 2006 - 11:33:29 BST
i want to you 2 kinds milonic menu in my page... one of them amazon menu and the other one is vertical text menu...
how can i do that?
Poster: vikenk
Dated: Friday July 21 2006 - 14:28:25 BST
Hi,
That's basically done by using two menu_data.js files in your html code, one for each type of menu. You could, for instance, rename the files to "menu_amazon.js" and "menu_vertical.js". You would then configure each one differently and have both menus. Your HTML code would then have this in it:
<script type="text/javascript" src="milonic_src.js"></script>
<script type="text/javascript" src="mmenudom.js"></script>
<script type="text/javascript" src="menu_amazon.js"></script>
<script type="text/javascript" src="menu_vertical.js"></script>
To see how I've implemented dual menus, look here: http://www.ssaes.org
Hope this helps!