$xNeTworKx: Style Sheets

Beitrag lesen

Hi,

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

falsche Reihenfolge.

link, visited, hover, active, focus

$xNeTworKx.