WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
#navigation a:hover, #navigation a:focus { background-color:inherit; color: #ffffff; }
The background hover color is overwritten with "inherit" later in the screen.css. Find:Code: [Select] #navigation a:hover, #navigation a:focus { background-color:inherit; color: #ffffff; }Remove background-color:inherit;The hover color should appear in FF and IE8 now.