How to select the <li> element that is a direct parent of the anchor element in
CSS
?
li < a.active {
property: value;
}
The menu that I am trying to style is being spewed out by a CMS, so I can't move the active element to the <li> element... (unless I theme the menu creation module which I'd rather not do).
Any suggestions would help a lot