Joachim: Ebenen ein- und ausblenden

Beitrag lesen

Wie wäre es mit ein wenig einsicht in die relevanten Teile deines Quelltextes?

Gruß

Kurt

Ich habe die relevanten Teile rauskopiert. Vielleicht weisst Du eine Lösung. Danke.

Gruß

Joachim

<script language="JavaScript">
<!--
function menuzeigen(menuepunkt)
  {
  window.document.getElementById(menuepunkt).style.visibility = 'hidden';
  }
  // -->
</script>

<div style="border-top:1px solid #808080; position: absolute; width: 160; height: 30; z-index: 1; left: 20px; top: 80; padding-left:4px; padding-right:4px; padding-top:5px; padding-bottom:1px" id="vorstand" onmouseover="grau('vorstand')" onmouseout="keinefarbe('vorstand')" onmouseover="menuzeigen('menuvorstand')">
 <p style="margin-top: 0; margin-bottom: 0px">
 <font face="Arial" color="#808080">  
 Vorstand</font></div>

<div style="position: absolute; left: 123; top: 80; width: 160; height: 210; z-index: 3; " id="menuvorstand">