Hi Leute
mein Problem ist sehr simpel:
Ich habe zur Formatierung der Links auf meiner Seite Pseudoklassen verwendet.
Die Formatierung für nicht besuchte und besuchte Links funktioniert auch.
Die formatierung für aktive Links funktioniert nicht...
Woran kann das liegen ??? Wahrscheinlich ist das Problem so simpel das ich nicht drauf komme ...
a:link {
color: #990000;
text-decoration: none;
}
a:active {
color: #FF6600;
text-decoration: blink;
}
a:visited {
color: #990000;
text-decoration: none;
}
Hoffentlich könnt ihr mir helfen ...
Danke schon im Vorraus ...