|
We have errors in the dhtml menu software when we use two dhtml menu software on the one page.
Return to Recent Questions
Q:
We have errors in the dhtml menu software when we use two dhtml menu software on the one page.
Normally you do this by having 2 javascript includes.
However it looks like the bottom dhtml menu software activates the first dhtml menu software?
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">Dhtml menu software 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, 2009 - I don't understand, how can change place of the icon in button context menu...
- March 13, 2009 - I cannot see javascript example on my pages.
- March 13, 2009 - Now we are having the "Incorrect Copyright" on our menus dhtml...
- March 14, 2009 - How do I enable javascript on the new browser, so I can see my down menu html code?
- March 15, 2009 - I have problems with transitional effects in Firefox in the java script tree menu...
- March 16, 2009 - Is there any way to keep a vertical menu dhtml lit up when going to another page?
- March 19, 2009 - How to get the transparent drop down menu to highlight and stay on the page you're viewing?
- March 19, 2009 - I need that the dhtml menu free loads pages into an iFrame.
- March 20, 2009 - Links don't work in the menu dynamique dhtml. How can I correct this?
- March 21, 2009 - How can we increase the width of the vista style buttons of dhtml drag drop?
- March 24, 2009 - In dynamic menus creator there's no option for turning the cursor into a hand.
|