Tino: Problem mit einer problematischen Verlinkung

Beitrag lesen

per CSS und a:hover.

Das steht bereits im Code. Funktioniert aber nicht. Weiß ja selbst nicht wieso es nicht funktioniert. Deswegen bitte ich ja hier um Rat!

Wo steht des im Code ? Ich seh da nur nen Schnipsel von 2 <a>-Tags ohne :hover Angaben.

<html>
<head>
<title>Farbige Links</title>
<style type="text/css">
a:hover {
color:yellow;
}
</style>
</head>
<body>
<a style="cursor:hand" onClick="aktie.src='INTERNETADRESSE-1';" onFocus="this.blur()">1</a>
<a style="cursor:hand" onClick="aktie.src='INTERNETADRESSE-2';" onFocus="this.blur()">2</a>
</body>
</html>

Damit haste ne gelbe 1 und 2, wenn du über die Zahlen fährst.

Genau das habe ich doch schon drinstehen...

(...)
.gg a:hover { color: red; text-decoration: none; }

Und es funktioniert NICHT!