Posted by vivianspencer on April 16, 2010 at 8:48am
2 followers
Jump to:
| Project: | Special menu items module |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
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.
| Attachment | Size |
|---|---|
| special_menu_items.patch | 1.05 KB |
Comments
#1
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.