i want to you 2 different types menu in 1 page

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
xcoder
Beginner
Beginner
Posts: 1
Joined: Fri Jul 21, 2006 11:24 am

i want to you 2 different types menu in 1 page

Post by xcoder »

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?
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Post by vikenk »

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!
Post Reply