如何控制Div,使其显示在页面其他控件的前端
div中放了一个Listbox一旦这个div显示的时候,就把下面的控件给挤开了。想实现这样的功能:先是的时候盖住其他控件...
div 中放了一个Listbox
一旦这个div显示的时候,就把下面的控件给挤开了。
想实现这样的功能:先是的时候盖住其他控件 展开
一旦这个div显示的时候,就把下面的控件给挤开了。
想实现这样的功能:先是的时候盖住其他控件 展开
1个回答
展开全部
<style type="text/css">
<!--
.pos {
position: relative;
}
-->
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="290" valign="top" class="pos"><div id=''layer1'' style=''position:absolute; left:100px; top:100px; width:170px; height:84px; z-index:1;visibility:hidden''></div>
</td>
</tr>
</table>
试试 不知道有用没
<!--
.pos {
position: relative;
}
-->
</style>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="290" valign="top" class="pos"><div id=''layer1'' style=''position:absolute; left:100px; top:100px; width:170px; height:84px; z-index:1;visibility:hidden''></div>
</td>
</tr>
</table>
试试 不知道有用没
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询