Nice! Thank you Anthony and Massimo for the CSS advice =) Yes, that should solve my problem.
On Feb 15, 9:04 am, Anthony <[email protected]> wrote: > > MENU(...,li_class='my_class') > > Note, the "li_class" is only applied to LI elements that include sub-menus > (i.e., that need to be expanded). But you're right, it's still possible to > use CSS selectors to identify other LI elements, so a special class for > each LI shouldn't be necessary. > > Anthony

