Ich weiß, hier gibt's ewig viele Topics dazu...jedoch hab ich einfach keine Lösung gefunden =(
Daher hoffe ich auf Eure Hilfe:
<html>
<head>
<title>Menü</title>
<style type="text/css">
<!--
body { margin: 0cm 0cm 0cm 0cm }
//-->
</style>
<script language="JavaScript">
<!--
/* thx 2 SelfHTML und das SelfHTML Forum :) */
inaktiv = "news";
bildname = "news";
function Wechsel(bildname,zustand)
{
if (inaktiv!=bildname)
{
if (zustand==1) document[bildname].src ="./bilder/"+bildname+"on.gif";
if (zustand==2)
{
document.images[bildname].src ="./bilder/"+bildname+"normal.gif";
window.status="< - eintext;) - >"
}
if (zustand==3)
{
document[inaktiv].src = "./bilder/"+inaktiv+"normal.gif";
document[bildname].src = "./bilder/"+bildname+"aktiv.gif";
inaktiv=bildname;
}
}
return true;
}
//-->
</script>
</head>
<body onLoad="window.status='< - eintext;) - >'" background="./bilder/bgtest.gif">
<base target="haupt">
<table width=99 align=center>
<tr height=20>
</tr>
<tr height=100>
<td align=center><center><img src="./bilder/logo.gif" width=98 height=98 alt="Logo"></center></td>
</tr>
<tr height=20>
<td><a href="news.htm" onMouseMove="window.status='< - News - >';" onMouseOver="Wechsel('news',1);" onMouseOut="Wechsel('news',2);" onClick="Wechsel('news',3)"><img src="./bilder/newsaktiv.gif" name="news" alt="News" border=0 title="< - News - >"></a></td>
</tr>
<tr height=20>
<td><a href="infoframes.htm" onMouseMove="window.status='< - Infos - >'" onMouseOver="Wechsel('infos',1);" onMouseOut="Wechsel('infos',2);" onClick="Wechsel('infos',3)"><img src="./bilder/infosnormal.gif" name="infos" alt="Infos" border=0 title="< - Infos - >"></a></td>
</tr>
<tr height=20>
<td><a href="links.htm" onMouseMove="window.status='< - Links - >'" onMouseOver="Wechsel('linkz',1);" onMouseOut="Wechsel('linkz',2);" onClick="Wechsel('linkz',3)"><img src="./bilder/linkznormal.gif" name="linkz" alt="Links" border=0 title="< - Links - >"></a></td>
</tr>
<tr height=20>
<td><a href="gb.htm" onMouseMove="window.status='< - Gästebuch - >'" onMouseOver="Wechsel('gb',1);" onMouseOut="Wechsel('gb',2);" onClick="Wechsel('gb',3)"><img src="./bilder/gbnormal.gif" name="gb" alt="Gästebuch" border=0 title="< - Gästebuch - >"></a></td>
</tr>
<tr height=20>
<td><a href="kontakt.htm" onMouseMove="window.status='< - Kontakt - >'" onMouseOver="Wechsel('kontakt',1);" onMouseOut="Wechsel('kontakt',2);" onClick="Wechsel('kontakt',3)"><img src="./bilder/kontaktnormal.gif" name="kontakt" alt="Kontakt" border=0 title="< - Kontakt - >"></a></td>
</tr>
<tr height=8>
<td></td>
</tr>
<tr height=25>
<td align=center><img height=25 width=80 alt="counter"></td>
</tr>
</table>
</body>
</html>
Mit dem IE und Opera geht's ohne Probleme...beim Anklicken eines Bildes beim NN 6 jedoch bleibt das Bild, das eigentlich aktiv werden sollte beim Bild, wie's beim Überfahren aussieht und. News ist bereits aktiv, wenn das Frameset geladen wird und bleibt auch komischerweise beim Anklicken eines anderen Links aktiv, bis man wieder darüberfährt.
Ich hoffe, Ihr habt mein Problem verstanden und könnt mir helfen.
In Hoffnung ;)
Christian Neumair