Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:13
Menu is invisible
Poster: dudding
Dated: Monday January 5 2009 - 13:10:15 GMT
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!
Re: Menu is invisible
Poster: dudding
Dated: Monday January 5 2009 - 15:01:33 GMT
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.
Re: Menu is invisible
Poster: Andy
Dated: Monday January 5 2009 - 15:05:54 GMT
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:
<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>
<script type="text/javascript" src="/mmenudom.js></script>
<script type="text/javascript" src="/menu_data.js></script>
HTH,
Andy
Re: Menu is invisible
Poster: dudding
Dated: Monday January 5 2009 - 15:18:56 GMT
Thank you Andy. I will try that.