WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: brent on October 19, 2009, 03:39:50 PM

Title: Generic Template Hover color not working in Menu
Post 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
Title: Re: Generic Template Hover color not working in Menu
Post by: LordDarkman on October 19, 2009, 05:28:24 PM
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
Title: Re: Generic Template Hover color not working in Menu
Post by: albatros on October 19, 2009, 08:18:23 PM
Hi,

or you can post a link and will have better chances to get help.

hth

Uwe
Title: Re: Generic Template Hover color not working in Menu
Post by: WebBird on October 20, 2009, 10:22:19 AM
This one?

http://WebsiteBaker.at/wb-templates/download.php?download=generic

Sorry, preview here: http://WebsiteBaker.at/wb-templates/template-generic.html
Title: Re: Generic Template Hover color not working in Menu
Post by: WebBird on October 20, 2009, 10:32:52 AM
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.
Title: Re: Generic Template Hover color not working in Menu
Post by: brent on October 22, 2009, 03:48:18 AM
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.

Excellent!!

That fixed the problem.

Thank you so much!
Title: Re: Generic Template Hover color not working in Menu
Post by: WebBird on October 22, 2009, 10:59:30 AM
You're welcome. :-D

Found this using Firebug. :lol: