Hallo bilbo.
<div class="navipoint"><a href="index.php">Unterpunkt</a></div>
> ~~~css
> .navipoint:hover{
> background-color:#DDDDDD;
> color:#003366;
> font-weight:bold;
> }
>
Das Problem liegt bei der Pseudoklasse :hover. Die Hintergrundfarbe und auch das Schriftgewicht wird übernommen, aber die Farbe (ein Orange) wird nicht übernommen. Woran liegt das?
Weil du nicht die Schriftfarbe im a-Element veränderst, sondern im Div-Element.
BTW: Schon einmal über eine Liste nachgedacht? Eine solche würde sich hier anbieten.
Gruß, Ashura
--
Selfcode: sh:( fo:) ch:? rl:( br:^ n4:& ie:{ mo:) va:) de:> zu:) fl:( ss:| ls:[ js:|
Try it: Become an Opera Lover in 30 days
Meine Browser: Opera 8.0 | Firefox 1.0.4 | Lynx 2.8.3 | Netscape 4.7 | IE 6.0
IE Layout-Workaround №1: <!--[if IE]><style type="text/css">*{display:none;}</style><![endif]-->
Selfcode: sh:( fo:) ch:? rl:( br:^ n4:& ie:{ mo:) va:) de:> zu:) fl:( ss:| ls:[ js:|
Try it: Become an Opera Lover in 30 days
Meine Browser: Opera 8.0 | Firefox 1.0.4 | Lynx 2.8.3 | Netscape 4.7 | IE 6.0
IE Layout-Workaround №1: <!--[if IE]><style type="text/css">*{display:none;}</style><![endif]-->