Home > Article > Web Front-end > div在其他控件前端显示_html/css_WEB-ITnose
你设置下2个的Z-INDEX试试。
修改z-index
不行啊,还有没有别的方法啊!
你这是IE6?
用 iframe 有点麻烦,
用 jquery.bgiframe吧, 具体百度搜索下
wan
[img=http://wpa.qq.com/pa?p=1:79608028:1][/img]
楼上,我弄了,但还是不行!很纠结啊!
不是吧, 这个本来就是针对那个而设计的呀,
你用FF看看效果可以不呀,
如果只是IE6再想其它办法
谁能帮我解决啊!
你把控制它们的样式发下。。。
<td style="height: 80px;"> <asp:Label ID="Label1" runat="server" Text="教师查找"></asp:Label> </td> <td> <asp:TextBox ID="txtName" runat="server" Width="80px" onkeyup='getSearchKeys()'></asp:TextBox> <%-- <input type='text' id='txtName' style="width:80px" onkeyup='getSearchKeys()' />--%> <div id='divShow' style=" clear:inherit;position: absolute; z-index: 9999; width: 80px; height: auto; display: none; background-color: White; font-size: 12px; border: 1px solid #ddd" > <iframe style="position:absolute;z-index:-1;width:100%;height:100%;top:0;left:0;scrolling:no;" frameborder="0" src="about:blank" id="dialog"></iframe> </div> </td>
asp:ListBox ID="lbxSource" runat="server" Height="200px" SelectionMode="Multiple" Width="150px" ForeColor="Black" Rows="20" Font-Size="12px" AutoPostBack="true"> </asp:ListBox>
可以结贴了!
问题解决了,感谢大家!我这样改的height:70px; overflow:auto; visibility:hidden;
感谢ynn0705
好啊!