Einzelnen Beitrag anzeigen
Alt 11.06.2003, 12:54   #5
SNo0py
Inventar
 
Registriert seit: 08.02.2000
Beiträge: 1.696


Standard

z.B.:

Code:
/* navigation-links */
.nav_link:link {  color: #FFFFFF; text-decoration: none; font-weight: normal}
.nav_link:visited {  color: #FFFFFF; text-decoration: none; font-weight: normal}
.nav_link:hover {  color: #CC0000; text-decoration: none; font-weight: normal}
.nav_link:active { color: #CC0000; text-decoration: none; font-weight: normal}
.nav_link_act:link {  color: #FFFFFF; text-decoration: none; font-weight: bold}
.nav_link_act:visited {  color: #FFFFFF; text-decoration: none; font-weight: bold}
.nav_link_act:hover {  color: #B8B870; text-decoration: none; font-weight: bold}
.nav_link_act:active { color: #B8B870; text-decoration: none; font-weight: bold}

/* links */
a:link {  color: #003399; text-decoration: underline; font-weight: bold}
a:visited {  color: #003399; text-decoration: underline; font-weight: bold}
a:hover {  color: #CC0000; text-decoration: underline overline; font-weight: bold}
a:active { color: #CC0000; text-decoration: underline overline; font-weight: bold}
Und dann
Code:
<a href="..." class="nav_link"...>
--> Achtung auf die Reihenfolge!

mfg
____________________________________
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
SNo0py ist offline   Mit Zitat antworten