Hi .. hab nen bissel getestet..
so geht es...
siehe Datei
ansonsten musst du nur style-sheets anlegen.
ungefähr so.
Code:
a:hover.weiss { color: #FFFFFF; text-decoration: underline}
a:active.weiss { color: #FFFFFF; text-decoration: none}
a:link.weiss { color: #FFFFFF; text-decoration: none}
a:visited.weiss { color: #FFFFFF; text-decoration: none}
a.weiss:hover { color: #FFFFFF; text-decoration: underline}
a.weiss:active { color: #FFFFFF; text-decoration: none}
a.weiss:link { color: #FFFFFF; text-decoration: none}
a.weiss:visited { color: #FFFFFF; text-decoration: none}
(das text-decoation kann man sich natürlich sparen.
welche der schreibweisen nun richtiger ist... weiss ich nicht
IE hat es mit beiden gemacht.
Teste am besten mal aus wie sich Netscape dazu verhält.
(und schreibs hier rein
im link dann einfach ne klasse setzen.
Code:
<a href="#" class="weiss">test</a>
Winke