Hello,
I really like this menu module, thanks.
I'm trying to add individual styles (background images) to each top level menu item. I have had a look at
this post but can't work out what the item id is?
Using firebug I can see that the first menu item has and id of
ext-gen9
In the module parameters under css styles I have this
Code: |
.ux-menu-container .ux-menu li[ext-gen9] a
{
background: red;
}
|
This has no effect. Probably a simple syntax issue?
BTW I can't supply a URL at this stage.
cheers
Mitchell