hallo
wolte fragen wie man weitere links gestaltet
a:link{color:#FFFFFF; font-size:14px; text-decoration: none; border-bottom: 1px double; width:140px;}
a:active{color:#FFFFFF; font-size:14px; text-decoration: none; border-bottom: 1px double; width:140px;}
a:hover {color:FFFFFF; font-size:14px; background-image:url(bgnav.jpg); border-bottom: 1px double; width:140px; border-color: #FC806B; text-decoration: none;}
aber wie mach ich das wenn ich will das ein bestimmter link anders aussieht
ich dachte so:
.link2 {
a:link{color:#FFFFFF; font-size:14px; text-decoration: none; border-bottom: 1px double; width:140px;}
a:hover{color:#FFFFFF; font-size:14px; text-decoration: none; border-bottom: 1px double; width:140px;}
usw.
}
mfg
Dashu