|
We have errors in the html floating menu when we use two html floating menu on the one page.
Return to Recent Questions
Q:
We have errors in the html floating menu when we use two html floating menu on the one page.
Normally you do this by having 2 javascript includes.
However it looks like the bottom html floating menu activates the first html floating menu?
A:
Now you have two calls for dmenu.js file on your page in the tag.
You must have only one entry of dmenu.js file.
You should write your code in the following way:
...
<head>
<!-- DHTML Menu -->
<noscript><a href="http://dhtml-menu.com">Html floating menu by DHTML-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath = "menu2.files/";</script>
<script type="text/javascript" src="menu2.files/dmenu.js"></script>
<!-- (c) 2008, by DHTML-Menu.com -->
</head>
Please, delete the same code from the tag.
Return to Recent Questions
Related:
- March 12, 2007 - I don't understand, how can change place of the icon in button context menu...
- March 13, 2007 - I cannot see navigation web site on my pages.
- March 13, 2007 - Now we are having the "Incorrect Copyright" on our menu javascripts...
- March 14, 2007 - How do I enable javascript on the new browser, so I can see my javascript collapsible menu?
- March 15, 2007 - I have problems with transitional effects in Firefox in the floating menus...
- March 16, 2007 - Is there any way to keep a dhtml menu creator lit up when going to another page?
- March 19, 2007 - How to get the menu web part to highlight and stay on the page you're viewing?
- March 19, 2007 - I need that the menu bar script loads pages into an iFrame.
- March 20, 2007 - Links don't work in the html dropdown menus. How can I correct this?
- March 21, 2007 - How can we increase the width of the vista style buttons of dhtml popup menu?
- March 24, 2007 - In menu flyout creator there's no option for turning the cursor into a hand.
|