1)<style type="text/css">
     .modalBackground
     {
        background-color:Gray;
        filter: alpha(opacity=50);
        opacity: 0.5;
     } 
     </style>

2)

<div >
        <iframe style="Z-INDEX:-1;WIDTH:100%;POSITION:absolute;HEIGHT:100%">
        </iframe>

        <table id ="imgTable" runat="server" style=" width:100%; height:100%;">
        <tr><td align="center" valign="middle"><asp:Image ID="Image1" runat="server" ImageUrl="http://www.cnblogs.com/images/pleasewait.gif" /></td></tr>
        </table>
    </div>

<input type="button" />

相关文章:

  • 2021-12-02
  • 2021-11-27
  • 2021-10-01
  • 2021-08-29
  • 2021-11-20
  • 2021-09-29
  • 2020-07-30
  • 2021-12-25
猜你喜欢
  • 2021-11-20
  • 2021-10-01
  • 2019-01-14
  • 2018-09-30
  • 2021-09-17
  • 2021-11-27
  • 2021-12-04
  • 2021-10-01
相关资源
相似解决方案