IE6 언더레이 커버 드롭다운 상자








<style type="text/css">
#zindexDiv{
position:absolute;
z-index:50;
width:expression(this.nextSibling.offsetWidth);
height:expression(this.nextSibling.offsetHeight);
top:expression(this.nextSibling.offsetTop);
left:expression(this.nextSibling.offsetLeft);
}
#divUp{
z-index:99;
position:absolute;
background-color:red;
width:100;
height:18;
overflow:hidden;
height:60px;
}
#ddlTest{
width:200;
z-index:1;
}
</style>
<iframe id="zindexDiv" frameborder="0"/>
<div id="divUp">aaaaaaa<br/>bbbbbbb<br/>ccccccc</div>
<br/>
<select id="ddlTest"><option>test0</option><option>test1</option><option>test2</option><option>test3</option></select>
</code></pre> 
  <p><br/></p> 
 </div> 
</div>
                            </div>
                        </div>

좋은 웹페이지 즐겨찾기