Neuling
Hallo weiß zufällig jemand wie der Befehl heißt, dass man die Link farbe nachem Klick gleich bleibt?
Danke im Voraus
Edit: Oki hat sich geklärt =) einfache sache !!! sorry für den thread habs einfach so z.B: gemacht
<style type="text/css">
a:link { text-decoration:none; font-weight:bold; font-size:12px;}
a:link { color:#3F3F3F }
a:visited { text-decoration:none; font-weight:bold; font-size:12px;}
a:visited { color:#3F3F3F; }
A:hover { color: #000000; font-weight:bold; font-size:12px;}
</style>
Naja kann auch gelöscht werden
Danke im Voraus
Edit: Oki hat sich geklärt =) einfache sache !!! sorry für den thread habs einfach so z.B: gemacht
<style type="text/css">
a:link { text-decoration:none; font-weight:bold; font-size:12px;}
a:link { color:#3F3F3F }
a:visited { text-decoration:none; font-weight:bold; font-size:12px;}
a:visited { color:#3F3F3F; }
A:hover { color: #000000; font-weight:bold; font-size:12px;}
</style>
Naja kann auch gelöscht werden
Zuletzt bearbeitet: