Hallo Tanja,
Nein Es funktioniert immer noch nicht :(
Probiere mal, was dir Sven geschrieben hat. oder mach's so als Beispiel:
CSS-Script
----------
a:link.tlink { font-weight:bold; font-family:Arial; font-size:10pt; color:#0070C0; text-decoration:none; }
a:visited.tlink { font-weight:bold; font-family:Arial; font-size:10pt; color:#0070C0; text-decoration:none; }
a:hover.tlink { font-weight:bold; font-family:Arial; font-size:10pt; color:#FF7F00; text-decoration:underline; }
a:active.tlink { font-weight:bold; font-family:Arial; font-size:10pt; color:#E00000; text-decoration:underline; }
a:focus.tlink { font-weight:bold; font-family:Arial; font-size:10pt; color:#0070C0; text-decoration:underline; }
Html-Code
---------
<a href="bla/bla" class="tlink">bla</a>
Dann sollte auch unter NS6.2 gehen
Viel Erfolg
Gruss
x-VieW