Zitat von fab-s
Beitrag anzeigen
HTML-Code:
div.content a:visited {
color: #707070;
}
HTML-Code:
a:link {
color: #003B69;
font-size: 0.75em;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.25em;
text-decoration: none;
}
a:visited {
color: #707070;
}
a:hover {
color: #003B69;
text-decoration: underline;
}
a:active {
color: #003B69;
text-decoration: underline;
}
a:focus {
color: #003B69;
text-decoration: underline;
}
HTML-Code:
a {
color: #003B69;
font-size: 0.75em;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.25em;
text-decoration: none;
}
a:visited {
color: #707070;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
a:focus {
text-decoration: underline;
}
Peter
Einen Kommentar schreiben: