Lutz T.: Frage zu Eventhandler "OnMouseOver" und probs damit

Beitrag lesen

Ich hoffe, du machst das in einem <a>-Tag, alles andere macht nämlich kaum Sinn.

ei freilich!

a { text-decoration:none; }
a:hover { text-decoration:underline; }

Uarg!!! Das kann man mit hover viel einfacher haben, und es funktioniert auch - wenn man alles richtig macht.

Ich poste dir hier jetzt noch mal den kompletten Ausdruck, wie er bei mir steht und definitiv nicht funktioniert!
<html>
<head>
<title>Untitled</title>
<style type="text/css">
<!--
a:link    { color:#7784B0;
          text-decoration:none; }
a:hover   { color:#7784B0;
          text-decoration:underline; }
-->
</style>
</head>
<body>
<a onClick="newWindow = window.open('datei.html', '500', 'resizable=no,toolbar=no,scrollbars=no,width=410,height=300,dependent'); newWindow.focus(); return false">Textlink</a>
</body>
</html>

Aber mal trotzdem danke für die Hilfe!
Greetz
Matze

Hallöle,
kleine Erweiterung erforderlich:
<a href="" onClick="newWindow = window.open ...
Gruß Lutz