Thomas J.S.: Style Sheet, CSS

Beitrag lesen

Hallo Harald!

Klappt auch sehr schön in IE5, nicht jedoch in NS 4.07> Hier mein Script:
<style TYPE="text/css">
<!--
a:LINK {color:#0000A0;text-decoration:none}
a:ACTIVE {COLOR:#0000A0;text-decoration:none}
a:VISITED {color:#0000ff;text-decoration:none}
a:HOVER{color:#0000A0;text-decoration:underline}
-->
</style>

hover: geht nur mit dem IE, außerdem sollte die Reihenfoge:
link / visited / hover / active  sein.

Grüße
Thomas