Andreas: a:hover beschränken. Nur wie?

Beitrag lesen

Also ich habe das gerqade mal probiert, ganz ohne Quelltext, das kam raus:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
a.test:hover {  color: #FF0000}
-->
</style>
</head>

<body>
<a href="#" class="test">test
</a>
</body>
</html>

Wo ist Dein Problem? Bei mir funktioniert das!

Grüße
Andreas