Ah. Janitor can remove that CSS, if you like.
So, it’s the menu.js file. Fantastic. But I haven’t messed with that either. So what in there could make IE not work with it correctly?
Bump. I’ve searched this out for a while, still nothing. Anybody?
Just use current_page_parent and current_page_ancestor.
I haven’t tried applying this to anything other than pages, but here’s how I do mine:
#menus li.current_page_parent a {
**Whatever you want the highlighted parent to look like**
}
You just go into your stylesheet and add this in there (modified, of course, to your setup). You can use current_page_ancestor if you want to highlight the parent even when you’re more than one level down.