Hallo,
ich habe folgende css bei mir als externe Datei eingebunden und
zwei Link Definitionen gemacht.
Leider kommt kei der 2ten Definition alles ok raus nur das der
2.A:link nicht geht, warum ?
Danke schon mal.
P { font-family : Verdana; font-size : 13px; text-align=justify; color: 000099;}
TR { font-family : Verdana; font-size : 12px; color: 000099;}
TD { font-family : Verdana; font-size : 12px; color: 000099;}
p.f { font-family : Verdana; font-size : 11px; text-align=center; color: CC0000;}
input { color:000099; }
A:link {
color: 000099;
text-decoration: none;
background: green;
font-weight : none;
font-size : 12px ;
font-family : Verdana;
}
A:visited {
color : 000099;
text-decoration: none;
font-weight : none;
font-size : 12px ;
font-family : Verdana;
}
A:hover {
color: CC0000;
text-decoration: none;
font-weight : none;
font-size : 12px;
font-family : Verdana;
}
A:active {
color: 000099;
background: none;
text-decoration: none;
font-weight : none;
font-size : 12px ;
font-family : Verdana;
}
A.2:link {
color: red;
text-decoration: bold;
font-weight : none;
font-size : 20px ;
font-family : Verdana;
}
A.2:visited {
color : 000099;
text-decoration: bold;
font-weight : none;
font-size : 12px ;
font-family : Verdana;
}
A.2:hover {
color: green;
text-decoration: bold;
background: none;
font-weight : none;
font-size : 12px;
font-family : Verdana;
}
A.2:active {
color: 000099;
background: none;
text-decoration: bold;
font-weight : none;
font-size : 12px ;
font-family : Verdana;
}