eddi: Mehrere Layer verbergen mit einen Mouseover?

Beitrag lesen

Hallo,

  
function mach(a){  
   b=(a) ? 'block' : 'none'  
   document.getElementById('huhu').style.display=b  
}  

</script>

</head>
<body style="background-color:#FFFFFF; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;

<div id="MAR">
<a href="MAR-toolbox.html" target="Toolbox" onMouseover="mach(0)" onmouseout="mach(1)"><img
src="images/MAR.jpg" alt="" width="60" height="60" border="0"></a></div>

<div id="huhu">

<div id="KIR">
<img src="images/KIR.jpg" alt="" width="60" height="60" border="0"></div>
<div id="BSV">
<img src="images/BSV.jpg" alt="" width="60" height="60" border="0"></div>
<div id="EVE">
<img src="images/EVE.jpg" alt="" width="60" height="60" border="0"></div>
<div id="BLU">
<img src="images/BLU.jpg" alt="" width="60" height="59" border="0"></div>

<div id="MON">
<img src="images/MON.jpg" alt="" width="60" height="60" border="0"></div>
<div id="WAL">
<img src="images/WAL.jpg" alt="" width="60" height="60" border="0"></div>
<div id="ZWK">
<img src="images/ZWK.jpg" alt="" width="60" height="60" border="0"></div>

</div>

</body>
leajulia, überfordert....

LinkTipp: http://de.selfhtml.org/javascript/index.htm

Gruß aus Berlin!
eddi