Witam.
Mam takie coś:
<div class="shadow" id="logo"></div> <div id="map"><a href="#1">mapa serwisu
</a></div> <div id="send"><a href="#2">napisz do nas
</a></div> <input id="key" type="text" name="key_to_search" /> <div class="shadow" id="menu_cd"> <a href="#1"><img class="shadow" width="124" height="35" onmouseout="foto('home_out', this)" onmouseover="foto('home', this)" id="home" src="images/menu/home.png" /></a> <a href="#2"><img class="shadow" width="124" height="35" onmouseout="foto('oferta_out', this)" onmouseover="foto('oferta', this)" id="oferta" src="images/menu/oferta.png" /></a> <a href="#3"><img class="shadow" width="124" height="35" onmouseout="foto('preferencje_out', this)" onmouseover="foto('preferencje', this)" id="preferencje" src="images/menu/preferencje.png" /></a> <a href="#4"><img class="shadow" width="124" height="35" onmouseout="foto('kontakt_out', this)" onmouseover="foto('kontakt', this)" id="kontakt" src="images/menu/kontakt.png" /></a>
jak te linki są w div id="menu to wyświetlają się tylko zawsze 2 ostatnie i działa JS, natomiast jak przełoże je do diva menu_cd to wyświetlają się wszystkie ale JS nei działa... wogóle nawet linki nie działają...
menu ma position: absolute z-index: 3 natomiast menu_cd ma position: relative z-index: 10