--- On Thu, 3/5/09, Thomas Burkhart <[email protected]> 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
Now it get's strange my FF doesn't do that and Firebug even reports to me
#hauptMenu a:link, #hauptMenu a:visited {stilvorl...ge800.css (Linie 471)
color:#F6F6F6;
left:0;
top:-1px;
}
.subMenu a:link, .subMenu a:visited {stilvorl...ge800.css (Linie 452)
color:#7D7D7D; (overwritten)
}
-Thomas
______________________________________________________________________
css-discuss [[email protected]]
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/