My mouse over drop down menu disappears on the home page.
Return to Recent Questions
Q:
I created a new directory at the root called newmenu and placed all of the
menu files there. I pointed this page to that new directory
It works! However, when I point my home page to the newmenu
directory, the menu disappears again.
A:
Try to move also the reference to dmenu.js after <Body> tag:
<body onload="...">
...
<!-- Deluxe Menu -->
<noscript><a href=http://deluxe-menu.com/>(c)2005 Deluxe-Menu.com</a> </noscript>
<!-- Copyright (c) 2005, Deluxe Menu, deluxe-menu.com -->
<script type="text/javascript" language="JavaScript1.2">var dmWorkPath="newmenu/"</script>
<script type="text/javascript" language="JavaScript1.2" src="newmenu/dmenu.js"></script>
Return to Recent Questions
|