What am I missing????

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
chaimooo
Beginner
Beginner
Posts: 7
Joined: Tue Jul 23, 2002 4:30 pm

What am I missing????

Post by chaimooo »

My menu almost works fine except for the first line in the array
What do I put after this line-- is there some kind of nul value to put here?

, // Miscellaneous Menu Properties

<right here>

])


http://florida.com/php/menu_array.js

http://florida.com/php/new_city10.htm
menufurfer
Super Advanced
Super Advanced
Posts: 37
Joined: Sun Jul 28, 2002 4:40 am

Post by menufurfer »

The docs say its the Mouse Off Font Color, i.e. the first line in the menu properties array. But your menus look like you have the header font colors right. What effect are you trying unsuccessfully to achieve? /mfurf
chaimooo
Beginner
Beginner
Posts: 7
Joined: Tue Jul 23, 2002 4:30 pm

Post by chaimooo »

All the sample menus have something like this in the first lines

, // Miscellaneous Menu Properties

,"News sites  ","show-menu=news",,"",1
,"Webmaster  ","show-menu=webmaster",,"",1

])

which creates the menus--

I created my menus a bit different using onmouse in the html page to pull up the menu--

Therefore I did not need to have the menu created by the above statements-

However with no statement there I kept getting errors-

So I did this

, // Miscellaneous Menu Properties

,"","",,,0

And that fixed the errors, but it also brought up a tiny box,

so I set

// Always Visible - allows the menu item to be visible at all time (1=on/0=off)

to 0.


That fixed my situation-- although I am not sure if it is the correct way.
Post Reply