--- On Thu, 3/5/09, Thomas Burkhart <m...@burkharts.net> wrote:

> The submenu "Close Up . Test" is completely
> white. And it should according
> to this here be grey
> 
> .subMenu  a:link, .subMenu  a:visited
> { 
>       color:#7D7D7D;
> }
> 
> Also still wrong, the second menu point "Test"
> should be highlighted in
> Yellow. The IE does it, FF not.

In FF3, I see the "Close Up" text in light grey (#f6f6f6) as specified on line 
471 of your css file. The "#hauptMenu a:link" selector takes precedence over 
the ".subMenu a:link" one due to specificity.

The Test link is highlighted in yellow (#FEF000).

All inspected via Firebug, an invaluable FF extension.

- Bobby
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to