Hallo,
ich möchte links beim "hovern" die farbe wechseln lassen. das sieht so aus:
<style type="text/css">
<!--
A:link { text-decoration: none; color:"#000000" }
A:visited { text-decoration: none; color:"#000000" }
A:hover { text-decoration: none ; color:"#ff9933" }
-->
</style>
im IE funktioniert das auch, doch im Netscape7.2 nicht! Dort werden die Links in Blau angezeigt, und bei "hovern" passiert nichts!
Was muss ich ändern?
Gruß Philipp