Hallo Kristian,
ich möchte ja nicht die Schrift in Rot haben (habe ich schon ausprobiert - klappt). Ich möchte ja nur, die Linie darunter in rot haben.
Gruss
Uwe
Hallo Uwe.
<style>
a {text-decoration:none;}
a:hover {text-decoration:underline; background-color:#304046}
</style
Ist doch gut. Jetzt mußt du nur noch die Schriftfarbe bei a:hover mit rot definieren.
MfG,
Kristian