小问题,送高分,在线等待
以下代码中,图层总是被表单盖住,请问有什么办法让图层显示在表单的上面
<div id="Layer1" style="position:absolute; left:17px; top:19px; width:53px; height:58px; z-index:0">
<p>asdfasd</p>
<p>asdf</p>
<p> </p>
</div>
<form>
<select name="select">
<option value="asdf" selected>asdf</option>
</select>
</form>