On Wed, 23 Apr 2008 07:13:42 -0700 (PDT), jo try wrote:
> Hello,
>
> In constructing a menu I have the following problem: In IE6 the 
> backgiund-color is NOT
> displayed, while it is correctly displayed in IE7 and FireFox.
>
> I have placed a simplified version on:
> http://www.webleer.nl/css/case02/page1.php
>
> The menu works as follows:
> - It displays the page it is on by denoting a red backgroud-color and an 
> image - there
> is a hover on the menu to denote that you can select it and the color becomes 
> light
> blue.
>
> How do I get it working so that in IE6 it works like it is supposed to and 
> give me the
> red background-color?
>

I have no idea why, but this seems to work in IE 6:

.nav a:link.advies, .nav a:visited.advies {
        background-color: red;
        ...
}

Cordially,
David
--

______________________________________________________________________
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/

Reply via email to