Navigation Dropdown Text Color doesn't work in FF and IE

Posted by Genadinik on Stack Overflow See other posts from Stack Overflow or by Genadinik
Published on 2011-02-04T23:17:04Z Indexed on 2011/02/04 23:25 UTC
Read the original article Hit count: 198

Hello,

I was able to get the navigation dropdown to show the letters in a different color from the background (white in this case) in Chrome browser. But when I view the same page in IE or FF, the whole background is just all green.

Here is an example of such a page: http://www.comehike.com/hikes/hikes_and_groups.php

And here is the CSS code that makes the color show up white in Chrome

navigation li li a

{color:#white; text-decoration:none;}

To see the difference, just mouse over the top right where it says "community" or "hikes"

Thanks, Alex

© Stack Overflow or respective owner

Related posts about html

Related posts about css