a {
text-decoration: none;
border-bottom: 1px dotted blue;
}
One Response to CSS3: Gestrichelte Linie als text-decoration bei Links
Schreibe einen Kommentar
You must be logged in to post a comment.
a {
text-decoration: none;
border-bottom: 1px dotted blue;
}
You must be logged in to post a comment.
Danke! Genau das hab ich für meine Acronym Funktion gesucht.