Click to See Complete Forum and Search --> : How do I display Multiple Toolbar Menus


Dazzal
11-04-2003, 04:26 PM
Hi,

I am using the toolbar scripts (nwrmenu_var.js and menu_com.js) to develop menus for my front page, I would like one to be vertical and one to be horizontal.

My html page is as follows:

<script type='text/javascript' src='nwrmenu_var.js'></script>
<script type='text/javascript' src='nwrmenu_var2.js'> </script>

<script type='text/javascript' src='menu_com.js'></script>


The 1st menu (nwrmenu_var.js) has 10 options (horizontal)
The 2nd menu (nwrmenu_var2.js) has 1 option (vertical)

The problem is that the 2nd menu cancels out the first one and if I change the lines around in the html vice versa.

What code do I have to alter in the menu_com.js / nwrmenu files to enable both menus to appear simultaneously?

Thank You.