Reply to thread

Confirmed.



It's coming from

[code]

.navigationTabs .navigationTab:hover, .navigationTabs .navigationLink:hover, .navigationTabs .Popup .navigationLink:hover {

     color:white;

     text-decoration:none;

}

[/code]

on line 2950 of the CSS. I think that the JS-popup and the CSS hover box are actually two different DOM elements, and thus the JS popup doesn't inherit the CSS that makes the text white. :)


Back
Top Bottom