Hi
Super du hast mir bei allem geholfen *einensuperdankaussprech* nur du hast mir nicht gesagt, wie ich das in CSS mache, dass der Hintergrund sich verändert, wenn ich dareinzeige. Das ist immer noch in dem Javascript-CSS Gemisch ;D: Hier der überarbeitete Quellcode (jedoch mit dem CSS-Javascript-Gemisch und ohne DOCTYPE (weil ich noch net weiss was das is... das guck ich nachher in selfhtml nach):
<html>
<head>
<title>Minervaonline.de.vu</title>
<style type="text/css">
<!--
body {background-color:#F3F9FF}
a:link {color:#000000}
a:visited {color:#000000}
a:active {color:#000000}
a { text-decoration:none}
a:hover {color:gray}
table { background-color:#BECCD8}
td {background-color:#8A9FB2; line-height:19px; width:150px; text-align:center}
-->
</style>
</head>
<body>
<p align="right">
<table border="0" style="margin-right: -17px">
<tr>
<td style="cursor:pointer" OnMouseOver="javascript:style.background='#BECCD8'" OnMouseOut="javascript:style.background='#8A9FB2'">
<a href="haupt.htm" target="haupt"><b>Startseite</b></a>
</td>
</tr>
<tr>
<td style="cursor:pointer" OnMouseOver="javascript:style.background='#BECCD8'" OnMouseOut="javascript:style.background='#8A9FB2'">
<a href="ich.htm" target="haupt"><b>Über mich</b></a>
</td>
</tr>
<tr>
<td style="cursor:pointer" OnMouseOver="javascript:style.background='#BECCD8'" OnMouseOut="javascript:style.background='#8A9FB2'">
<a href="bilder.htm" target="haupt"><b>Bilder</b></a>
</td>
</tr>
</table>
</p>
</body>
</html>
Aber danke schonma für die super Beschreibung :-)) Ich konnte alles verändern, bis auf das Gemisch aus JS und CSS
Danke
Killer03