WebsiteBaker Community Forum
WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: brent on October 19, 2009, 03:39:50 PM
-
Hello,
In the Generic template I noticed that the hover color does not change when browsing with IE8 or Firefox 3.5. Is there a fix?
Thanks
-
I don't know the generic Template, so maybe you can just publish your menu code and the css so we can look over and fix it. Also it would be nice if you explain a little bit better what you want to do.
CU Moritz
-
Hi,
or you can post a link and will have better chances to get help.
hth
Uwe
-
This one?
http://WebsiteBaker.at/wb-templates/download.php?download=generic
Sorry, preview here: http://WebsiteBaker.at/wb-templates/template-generic.html
-
The background hover color is overwritten with "inherit" later in the screen.css.
Find:
#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.
-
The background hover color is overwritten with "inherit" later in the screen.css.
Find:
#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.
Excellent!!
That fixed the problem.
Thank you so much!
-
You're welcome. :-D
Found this using Firebug. :lol: