Mam maly problem, tworze warstwe layer, ktora ma byc na samej gorze,
pod Firefoxem dziala super, ale pod IE6 layer chowa sie pod pole SELECT.
Przyklad:
Cytat
<select name="select">
<option selected>asdasdasdasdasdasdasd</option>
</select>
<br>
<input type="text" name="textfield">
<div id="Layer1" style="position:absolute; left:123px; top:11px; width:124px; height:83px; z-index:1001; background-color: #00FFFF; layer-background-color: #00FFFF; border: 1px none #000000;"></div>
<option selected>asdasdasdasdasdasdasd</option>
</select>
<br>
<input type="text" name="textfield">
<div id="Layer1" style="position:absolute; left:123px; top:11px; width:124px; height:83px; z-index:1001; background-color: #00FFFF; layer-background-color: #00FFFF; border: 1px none #000000;"></div>
Nie mam pojecia o co chodzi, wiec prosze o pomoc

Dzieki!