Sure, try the attached anylinkmenu.js file. Then inside menucontents.js where you wish to add a CSS class to a specific menu link, do the following:
Code:
anylinkmenu1.items=[
["Dynamic Drive", "http://www.dynamicdrive.com/", "", "extraclass"],
["CSS Drive", "http://www.cssdrive.com/"],
["JavaScript Kit", "http://www.javascriptkit.com/"],
["Coding Forums", "http://www.codingforums.com/"],
["JavaScript Reference", "http://www.javascriptkit.com/jsref/"] //no comma following last entry!
]
Note how "extra" class is added as the 4th parameter, not the 3rd (which is reserved for "efc").
Bookmarks