Hallo,
Ich habe nun ein Script gefunden, aber habe Probleme mit Netscape. Wie bekomme ich es hin, das ein aktivierter Link auch unterlegt ist.
habs mal angefügt:
<html><head><title>:link, :visited, :hover, :active</title>
<style type="text/css">
a:link { font-weight:bold; color:#0000E0; text-decoration:none }
a:visited { font-weight:bold; color:#000080; text-decoration:none }
a:hover { font-weight:bold; color:#E00000; text-decoration:none }
a:active { font-weight:bold; color:#E00000; text-decoration:underline;background-color:#88C2F0;}
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }
</style>
</head><body bgcolor="FFFFFF" text="#000000">
<h1>Testseite</h1>
<p>
<div class="menue">
<a class="menu" href="javascript:()">Yahoo (Verzeichnis)</a><br>
<a class="menu"href="javascript:()">Google (Suchmaschine)</a><br>
<a class="menu"href="javascript:()">Web.de (Verzeichnis)</a><br>
<a class="menu"href="javascript:()">Multimeta (Meta-Suchmaschine)</a>
</div>
</p>
</body></html>