Menu is invisible

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
dudding
Beginner
Beginner
Posts: 5
Joined: Mon Jan 05, 2009 12:58 pm

Menu is invisible

Post by dudding »

just completed a small site using Dreamweaver as my editor and the menu viewed and worked perfectly when viewed in a browser. However when I loaded everything to test the site on the web, my pages are there but no navigational menu can be seen. If you can point me as to possible steps that I missed, I would greatly appreciate any help. The product worked great!
dudding
Beginner
Beginner
Posts: 5
Joined: Mon Jan 05, 2009 12:58 pm

Re: Menu is invisible

Post by dudding »

someone told me to use the error console in Firefox to see if the problem would show up there. I received two error message that I think might be the problem. The first is ns4 is not defined (problem line is indicated) and menuname is not defined.

Any help or explanation would be most appreciated.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: Menu is invisible

Post by Andy »

Hi,

Sounds like the files are not where the menu thinks they are.

To make things easy, ensure that the files mmenudom.js, milonic_src.js and menu_data.js are in the main (root) directory of your website and that your <SCRIPT> references are like this:

Code: Select all

<script type="text/javascript" src="/milonic_src.js></script> 
<script type="text/javascript" src="/mmenudom.js></script> 
<script type="text/javascript" src="/menu_data.js></script>
HTH,
Andy
dudding
Beginner
Beginner
Posts: 5
Joined: Mon Jan 05, 2009 12:58 pm

Re: Menu is invisible

Post by dudding »

Thank you Andy. I will try that.
Post Reply