Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:30
# Sign appearing when menu item moused over
Poster: mdumka
Dated: Wednesday May 21 2003 - 20:14:54 BST
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
Poster: bobwill
Dated: Thursday May 22 2003 - 14:01:06 BST
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??
Re: # Sign appearing when menu item moused over
Poster: John
Dated: Thursday May 22 2003 - 16:30:31 BST
mdumka wrote:
,"Cables","show-menu=Cables",,,1
This has the # in the status bar
This has the # in the status bar
Do this...
Code:
,"Cables","show-menu=Cables",,"",1
Note the double double-quote in the status bar area.