dey: a:vistited:hover, oder a:visited ganz weglassen?

Beitrag lesen

Servus.
Das Problem kenne ich. Ist ne Weile her!!!!
Ich denke die Reihenfolge ist entscheident. Probier das mal so:

<style type="text/css">
<!--
 a:link { text-decoration:none; color:#000000; }
 a:visited { text-decoration:none; color:#5A5D5A;  }
 a:hover { text-decoration:underline;  }
 a:active { text-decoration:none; color:#FFFFFF; }

Kannst Du auch anschauen.