My menu does not show at all - done but with errors

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
sticks
Beginner
Beginner
Posts: 4
Joined: Mon Jun 16, 2003 3:05 am

My menu does not show at all - done but with errors

Post by sticks »

Hi all. I have made a menu with the menu builder and added the script tages to the body of my page. Uploaded files. However the menu is not showing at all. Can anybody please assist.

The url is http://www.enzaway.co.nz/familytrots/index.html

Thanking you in anticipation
Sheryll.
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Sheryll,

I don't use the menu builder, but I can tell you the main problem. Starting on line 37 of your menu_array.js file, you have a Style array that has no name, and no properties actually defined within the array (colors etc.). The first error, the one causing the menus not to load at all, will be an assignment error... you have nothing on the left side of the equal sign; i.e., you are creating an array and trying to assign it to a name, but there is no name given.

Kevin
sticks
Beginner
Beginner
Posts: 4
Joined: Mon Jun 16, 2003 3:05 am

Post by sticks »

Hi Kevin and thanks for your reply. I have fixed the error you found and also a couple of others I found. But, I still can not see my menu. Do you (or any one else) have any other advice for me.

Thanking you in anticipation.

Sheryll.
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

Two things... Get the latest version of the menu which is 3.5.1 You are running 3.4 I would also suggest that you download one of the samples of the menu and modify the menu_array.js file to suit your needs. That way you are starting with something that works, because all you need is one missing comma or quote mark and the menu will not run. Hard to find erros and debug.
Post Reply