Hi André,
danke für die schnelle Antwort! Ich werde es heute noch versuchen und melde mich dann ob es geklappt hat...
Irgendwie habe ich nämlich Probleme mit diesen "Style-Zeilen". Ich habe etwas ähnliches für Links gemacht, damit diese mal unterstrichen sind und mal nicht (ähnlich wie unten) - nur wenn ich die Seiten auf meinen Server lade, funktioniert das hovern nicht mehr. Keine Ahnung woran das liegt.
<style type="text/css">
<!--
a:hover { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: underline}
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF0000; text-decoration: none}
-->
</style>
Bis später
Lars