Hallo Leude,
ich hab hier ein verflixtes Problem mit meiner Navigation.
Die Nav ist rein in CSS formatiert.
Das Problem ist das die Links nicht mehr so aussehen wollen, wie sie eigentlich sollen
CODE:
A {padding: 0px; margin: 0px; text-decoration: none; cursor: hand; cursor: pointer}
#SECNAV
{
font-family: Arial, Verdana, Tahoma, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #000000;
line-height: 20px;
background-color: #F2F2F2;
padding-top: 20px;
position: 0px;
width: 250px;
height: 100%;
margin: 0px;
vertical-align: top;
border-right: 1px solid #FFFFFF;
}
#SECNAV A.hnav:link {padding-bottom: 5px; COLOR:#000000; font-weight: normal;}
#SECNAV A.hnav:visited {padding-bottom: 5px; COLOR:#000000; font-weight: normal;}
#SECNAV A.hnav:active {padding-bottom: 5px; COLOR:#FF0000; font-weight: bold;}
#SECNAV A.hnav:hover {padding-bottom: 5px; COLOR:#FF0000; font-weight: bold;}
AUSGABE:
Link ist bold…sollte aber eigentlich normal sein…
Hab das Problem jetzt mal ausführlich getestet und bin zu dem Ergebnis gekommen, dass :link, :visited und :active nicht funktionieren => :hover geht seltsamerweise. Wenn ich was bei :link usw. ändere hat dies keine Auswirklungen auf den Link.
Wenn jemand ne Idee hat, nur her damit…
Danke!
Grüße,
Jens