Generic Template Hover color not working in Menu

WebBird


brent

Quote from: WebBird on October 20, 2009, 10:32:52 AM
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!

WebBird

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.


albatros

Hi,

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

hth

Uwe
أنا لست إرهابيا. ليس لدى أي ورشة عمل القنبلة في الطابق السفلي. ليس لدى أي مرض الجمرة الخبيثة أيضا. أريد شراء لا مادة الريسين. أنا سوف ابدأ السفر إلى الولايات المتحدة الأمريكية

LordDarkman

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

brent

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