| 
      Return to Recent Questions We need to have 2 javascript hover menu on one page. 
 
 Q:
 We create the menu  code via ASP, and we need to have 2 menus on
 one page.  Normally you do  this by having 2 java scripts
 includes.
 
 However it looks  like the bottom menu activates the first menu?
 
 
 A:
Now you have two entries of dmenu.js file on your site in the  tag.
 You must have only one entry of dmenu.js file.
 You should write so:
 
 ...
 <head>
 
 <!-- Deluxe Menu -->
 <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
 <script type="text/javascript">var dmWorkPath = "menu2.files/";</script>
 <script type="text/javascript" src="menu2.files/dmenu.js"></script>
 <!-- (c) 2006, by Deluxe-Menu.com -->
 
 </head>
 
 Please, delete the same code from the  tag.
 
 
 
 
 
 
 Return to Recent Questions
 
 
 |