Tressna: a: und pseudoklassen - der browser mixt :-?

Beitrag lesen

Habe den Code vergessen - sorry:

<html>
<head>
<title>test</title>

<style type="text/css">
<!--
a.navi:link, a.navi:visited, a.navi:hover {
display: block;
width: 195px;
font-family: arial, sans-serif;
color: #EAEAEA;
font-size: 11px;
font-weight: bold;
text-decoration: none;
padding-left: 5px;
}

a.clicked {
display: block;
width: 195px;
font-family: arial, sans-serif;
color: #EAEAEA;
font-size: 11px;
font-weight: bold;
text-decoration: none;
padding-left: 5px;
background: #cccccc;
}

a {
 text-decoration: none;
 color: #111111;
}

a:hover {
 text-decoration: underline;
 color: #A70D09;
 cursor: pointer;
}

-->
</style>
</head>
<body bgcolor="green">

<a href="#test" class="clicked">test</a>

</body>
</html>