Can link descriptions be added?

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
chiage
Advanced
Advanced
Posts: 15
Joined: Wed Apr 30, 2003 4:39 pm

Can link descriptions be added?

Post by chiage »

I am using Top Navigational Bar IV for my multi-level menu and would like to add pop-up link descriptions to the lowest level of the menu. Is it possible to add that type of functionality to this script? Anyone know the code?
Thanks!
chiage
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

I don't know the code for that, but why not add your descriptions to the status bar? That functionality is already built-in.
John
chiage
Advanced
Advanced
Posts: 15
Joined: Wed Apr 30, 2003 4:39 pm

Post by chiage »

Thanks, John. The status bar is not as apparent as a pop-up, but I may use it if I cannot find another way. When you say the functionality is already built in, do you mean it is already in the Top Navigational Bar IV code? If so, can you please send me a snippet so I can find it? I really appreciate your help!
Chiage
chiage
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Not entirely sure what you mean by Top Navigational Bar IV code, However, status info can be set up for any menu item you like (and not set up for those you don't want).

Note this comment at the bottom of the mainmenu section...

// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

Therefore, a menu with status info would look something like this...

,"ASU West","http://www.west.asu.edu/",,"I am status info",1

You can also call another menu and have status...

,"Student Affairs","show-menu=stuaff","http://www.west.asu.edu/sa/","Also status",1

No status would be...

,"ASU West","http://www.west.asu.edu/",,"",1
(but note the "" in the status area)

Cool, no?
John
chiage
Advanced
Advanced
Posts: 15
Joined: Wed Apr 30, 2003 4:39 pm

Post by chiage »

Hi John,
Yes, it is very cool and so easy to add! Thank you!
Chiage
chiage
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

You're welcome.

That'll be 2 bucks, please... ;)
John
jraper
Beginner
Beginner
Posts: 7
Joined: Tue Jul 23, 2002 7:21 pm

Title Attribute for links in menu

Post by jraper »

John,

What I think he is asking for is the ability to put a "title" attribute in a link (much like you can with a "target" attribute). Thus:

,"","http://www.mysite.com title=hello",,"",1

The intent seems to be to cause a "Tool-tip" like label to popup upon mouseover.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

I'm pretty sure that has been added in v4.

It's a good request, especially for accessibility issues.
John
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

It's on the To-Do list.

Should see something in a couple of weeks or so.

Cheers
Andy
Post Reply