# Sign appearing when menu item moused over

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
mdumka
Beginner
Beginner
Posts: 1
Joined: Wed May 21, 2003 8:04 pm
Location: Canada
Contact:

# Sign appearing when menu item moused over

Post by mdumka »

When I use add menu to create a menu item everything works perfectly except for the # sign appearing in the status bar. I dont want this as I dont want people to be able to click this menu item.

,"Cables","show-menu=Cables",,,1
This has the # in the status bar

if i did this
,"Cables","show-menu=Cables","Mike",,1
Mike appears in the status bar.

Thanks for any help you give.

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

Post by bobwill »

Your users cannot click on the "show-menu". When they mouse over the menu label then the "show-menu" takes place. Are you sure than your not getting the "#" displayed when the menu is item is a "show-header" type of item?? Maybe I do not understand your problem??
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: # Sign appearing when menu item moused over

Post by John »

mdumka wrote:,"Cables","show-menu=Cables",,,1
This has the # in the status bar
Do this...

Code: Select all

,"Cables","show-menu=Cables",,"",1
Note the double double-quote in the status bar area.
John
Post Reply