Bine: Kleines Problem - Kann wer helfen?

Beitrag lesen

Hallo!!!

Ich hab me Web-Seite für unser Sommerlager erstellt und hab da ein ganz tolles Menü gefunden. Bei diesem Menü erscheinen die unterpunkte, wenn man mit der Maus drüber fährt. Bloß mit Netscape erscheinen die Unterpunkte nich....
Der erste Teil sieht so aus:
<STYLE>
A:Hover { color:steelblue; text-decoration:none; text-transform: uppercase; font-weight:italic }
A { color:royalblue; text-decoration:none; font-size: 10pt; font-family: Comic Sans MS}
</STYLE>

<SCRIPT LANGUAGE="Javascript">

ie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4 ))

if (ns4) {
layerRef="document.layers";
styleRef="";
} else {
layerRef="document.all";
styleRef=".style";
}

function afficheCalque(calque)
{
eval(layerRef + '["' + calque +'"]' + styleRef + '.visibility = "visible"');
}

function cacheCalque(calque)
{
eval(layerRef + '["' + calque +'"]' + styleRef + '.visibility = "hidden"');
}

</SCRIPT>

</HEAD>

<BODY bgColor=steelblue text=#silver>

<center><IMG SRC=http://visit.geocities.com/counter.gif ALT="Counter" size="7"></center>
<center><font face="comic sans ms" font color=silver>Besucher seit 9.8.2002</font></center><br><br>
<CENTER>
<table border=0 cellspacing=0 cellpadding=0>
<TR valign=top>

<TR>
<DIV STYLE="background-color:silver; width:160" onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">
<CENTER><a href=# onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">Schweine im Weltall<br>(2001)</a></CENTER>
</DIV>
<DIV id=div1 onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')" style="position:relative; layer-background-color:silver; background-color:silver; width:160; border-width:thin; border-color:white; border-style: groove; visibility: hidden">
 <a href=http://de.geocities.com/schweine_im_weltall2001/dietage.htm target="mainFrame" onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')" >Das Programm</a><br>
 <a href=http://de.geocities.com/schweine_im_weltall2001/leiter.htm target="mainFrame" " onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">Die Leiter</a><br>
 <a href=http://de.geocities.com/schweine_im_weltall2001/teilnehmer.htm target="mainFrame" " onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">kleine Schweinchen</a><br>
<a href=http://de.geocities.comschweine_im_weltall2001/kueche.htm target="mainFrame" " onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">Die Küche</a><br>
<a href=http://de.geocities.comschweine_im_weltall2001/berichte.htm target="mainFrame" " onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">Berichte</a><br>
<a href=http://de.geocities.comschweine_im_weltall2001/lagersong.htm target="mainFrame" " onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">Verdammt, ich krieg´ dich!</a><br>
<a href=http://de.geocities.comschweine_im_weltall2001/remember.htm target="mainFrame" " onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">Remember When...</a><br>
<a href=http://de.geocities.comschweine_im_weltall2001/zitate.htm target="mainFrame" " onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">Gesagt ist gesagt...!</a><br>
<a href=http://de.geocities.comschweine_im_weltall2001/gut-schlecht.htm target="mainFrame" " onmouseover="afficheCalque('div1')" onmouseout="cacheCalque('div1')">Was uns gefallen hat... und was nicht</a><br>
</DIV>
</TR>

Falls ihr euch die Seite anschauen wollt:www.mh-sommerlager.homepage.nu

Weiß irgendwer, woran das liegt??? Oder hat wer ne Lösung für mein Problem???

Danke schonmal für alle Antworten.
Gruß Bine