An active link (class .active meaning that's the current page) has this style: ul#simplemenu a.active { background: #555555; } (note this isn't exactly how the CSS looks; I'm doing this in Firebug). This code obscures the background image when that page is a parent link (so one doesn't see the arrows indicating it is a drop-down). The fix is very simple; use 'background-color' instead of 'background': ul#simplemenu a.active { background-color: #555555; }

Comments

AlexisWilke’s picture

Status: Active » Fixed

meustrus,

There are others like that (without the -color) but it works fine on Firefox, Chrome and SeaMonkey...

Anyway, at this point, I only fixed the two a.active entries as you pointed out.

Thank you.
Alexis Wilke

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.