Hi,
hier mal kurz ein wenig QT um mein Problem zu verstehen:
<html>
<head>
<title>xxxtitle>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
a:link { color:#666666; text-decoration:none }
a:visited { color:#666666; text-decoration:none }
a:hover { color:#333333; text-decoration:underline }
</style>
</head>
<body>
<a href="#">Neue News</a><br>
<a href onClick="self.close()" >Logout</a><br>
</body>
</html>
Ich will, dass wenn man auf den Link "Logout" klickt, sich das Fenster schließt. Naja es klappt auch fast (bis auf die blöde Abfrage vom Browser, aber dass kann man eh nicht abstellen oder ???).
Jedoch ist mit meiner Lösung kein Hover-Effekt mehr da von den CSS?
Was mach ich falsch bzw. wie muss ich das machen ?
Danke für Hilfe.
Gruß
Heinz