okay, hier nu ein Auszug aus dem quellcode:
<head>
[...]
<script language="text/javascript">
<!--
// verstecken Layer fuer 2.Ebene
function hideNav(divid)
{
if (browser=="W3Cdom"){document.getElementById(divid).style.visibility="hidden";}
if (browser=="Netscape"){document.layers[divid].visibility="hide";}
if (browser=="Explorer"){document.all[divid].style.visibility="hidden";}
}
// einschalten Layer fuer 2.Ebene
function showNav(divid)
{
if (browser=="W3Cdom"){document.getElementById(divid).style.visibility="visible";}
if (browser=="Netscape"){document.layers[divid].visibility="show";}
if (browser=="Explorer"){document.all[divid].style.visibility="visible";}
}
-->
</script>
</head>
<!--Hintergrundbild ist in portal.css festgelegt-->
<body onLoad="hideNav('MenuDiv');">
<!--wenn der Cursor auf diese Bild zeigt, soll sich ein kleines Menu öffnen-->
<div style="position:absolute; top:50px; left:50px; width:85px; height:85px;"><a href="/navi/punk1.html"><img src="/images/pic1.gif" onMouseOver="this.src='/images/pic1b.gif';showNav('MenuDiv');"
onMouseOut="this.src='/images/pic1.gif';hideNav('MenuDiv');" border="0" alt="punkt1"></a></div>
<!--die ist das menu-->
<div id="MenuDiv" style="position:absolute; top:6px; left:141px; width:84px; height:84px; background-color:white;"></div>
<div style="position:absolute; top:7px; left:141px; width:84px; height:5px; font-family:Arial,Sans-Serif,Helvetica; font-size:7pt;"> Übersicht</div>
<div style="position:absolute; top:17px; left:141px; width:84px; height:5px; font-family:Arial,Sans-Serif,Helvetica; font-size:7pt;"> Fotos</div>
<div style="position:absolute; top:27px; left:141px; width:84px; height:5px; font-family:Arial,Sans-Serif,Helvetica; font-size:7pt;"> Impressum</div>
<div style="position:absolute; top:37px; left:141px; width:84px; height:5px; font-family:Arial,Sans-Serif,Helvetica; font-size:7pt;"> Kontakt</div>
<div style="position:absolute; top:47px; left:141px; width:84px; height:5px; font-family:Arial,Sans-Serif,Helvetica; font-size:7pt;"> Forum</div>
<div style="position:absolute; top:57px; left:142px; width:84px; height:5px; font-family:Arial,Sans-Serif,Helvetica; font-size:7pt;"> Diverses</div>
</div>
</body>
ich hoffe weiterhin, dass ich das noch gebacken kriege.. hab bisher eigentlich gedacht, dass es nicht so kompliziert wird... :/
mfg Vivian M. ;)