zoukankan      html  css  js  c++  java
  • 解决dropdownlist覆盖div问题

    只要在div前加上
    <iframe id="aaaa" style="position: absolute; z-index: 9; expression(this.nextSibling.offsetWidth);
        height: expression(this.nextSibling.offsetHeight); top: expression(this.nextSibling.offsetTop);
        left: expression(this.nextSibling.offsetLeft);" frameborder="0"></iframe>


    就能解决此问题

    例如:
    <iframe id="aaaa" style="position: absolute; z-index: 9; expression(this.nextSibling.offsetWidth);
        height: expression(this.nextSibling.offsetHeight); top: expression(this.nextSibling.offsetTop);
        left: expression(this.nextSibling.offsetLeft);" frameborder="0"></iframe>


        <div id="divtabEdit" runat="server" class="ap_div_transparence" ondrag="b(this);" ondragstart="a(this);">
            <table width=500 cellpadding=0 cellspacing=0 border=0>
                <tr>
                    <td>
                        公寓号:</td>
                    <td><asp:TextBox ID=txtFlat runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td>
                        公寓地址:</td>
                    <td><asp:TextBox ID=txtFlatAddress runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td>
                        公寓电话:</td>
                    <td><asp:TextBox ID=txtFlatPhoto runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td>
                        楼层数:</td>
                    <td><asp:TextBox ID=txtFloorCount runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td colspan="2" align=center>
                        <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Admin/Image/Btn_qd.gif" />
                        <img src="Admin/Image/Btn_qx.gif" onclick="Hidediv()" />
                    </td>
                </tr>
            </table>
        </div>

  • 相关阅读:
    Spring DI模式 小样例
    java中经常使用的日期格式化(全)
    循环-15. 统计素数并求和(20)
    [Unity3D]Unity3D游戏开发之自己主动寻路与Mecanim动画系统的结合
    【UVA】11732
    Mac OS使用技巧之十六:系统失去响应怎么办?
    C# 保存窗口为图片(保存纵断面图)
    Linux Resin 安装
    Etcd学习(二)集群搭建Clustering
    android中选择控件与选择界面自然过度效果的实现--一种新的交互设计
  • 原文地址:https://www.cnblogs.com/zhc088/p/864981.html
Copyright © 2011-2022 走看看