Closed (fixed)
Project:
Danland
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Jul 2011 at 22:55 UTC
Updated:
31 Aug 2011 at 03:51 UTC
Hi, I'd like to use the image-replace for specific menu item on the superfish, but all the items all have selector "leaf"
Without superfish, each menu item had it's own 3 digit # as selector so it was easy to do css. How may I approach this using superfish?
Thanks!
Comments
Comment #1
prajaktam commentedHello,
You can try out the menu attributes (http://drupal.org/project/menu_attributes) module, using which you can add classes and ids to the menu link. Since it adds class/id to the link (not li) you need to change your style sheet accordingly.
Thanks,
Prajakta
Comment #2
mashizhao commentedThis is exactly what I am looking for. Thanks so much Prajakta!