kentico_jurajo
-
2/16/2010 11:15:45 AM
RE:CSS DropDown Menu
Hi,
If you set the CSS List menu to render CSS classes and use alternating styles, you can style the sub items using the sequence of the classes in which is the item, for example something like this:
.CMSListMenuHighlightedLI .CMSListMenuUL .CMSListMenuLI .CMSListMenuLink { your styles; }
Best Regards, Juraj Ondrus
|