The attached patch creates unique ids for each menu items allowing you to individually style each menu item.

I created the patch using the following snippet: http://drupal.org/node/310356.

CommentFileSizeAuthor
special_menu_items.patch1.05 KBvivianspencer

Comments

volocuga’s picture

vivianspencer: the snippet you used for the path is a little bit buggy.I tried that snippet and got the following:
say you have menu with collapsed menu items on front page. I style menu with li ID for example "123".All fine untill you click on a collapsed item - then you'll get explanded items and ID "123" will have another item.

rooby’s picture

Issue summary: View changes
Status: Needs review » Needs work

This definitely should use the menu link id (mlid) as it unique identifier, whichi would avoid the issue mentioned in #1.