jquery弹出提示框,背景变暗不能编辑

*{padding: 0; margin: 0;}
#BgDiv{background-color:#000000; position:absolute; z-index:1; left:0; top:0; display:none; width:100%; 
height:1000px;opacity:0.5;filter: alpha(opacity=50);-moz-opacity: 0.5; }
.thick1{width: 390px;height: 199px;background: url(../images/bg.png) no-repeat;
width: 430px;  display: block; }
#thick1{position:absolute;z-index:200;left:30%;top:200px;}
#thick2{position:absolute;z-index:200;left:30%;top:200px;}
#thick3{position:absolute;z-index:200;left:30%;top:200px;}
#thick4{position:absolute;z-index:200;left:30%;top:200px;}
.thick1_msg{float:left;width: 391px;height: 100px;margin-top: 33px;}
.thick1msg_left{float:left;width: 56px;height: 62px;background: url(../images/warn.png) no-repeat;
margin:40px 0 0 55px;}
.thick1msg_right{float:left;width:200px;height: 60px;margin-top:44px;margin-left: 25px }
.thick1msg_right p{font-weight: bolder;font-size: 14px;line-height: 25px;}
.thick1msg_sure{float: left;width: 95px;height: 37px;margin:15px 0 0 140px; }
.button1{width: 95px;height: 37px;border: 1 solid #f1f1f1;  background: url(../images/sure.png)no-repeat;}
/*******/


.thick2msg_left{float:left;width: 62px;height: 62px;background: url(../images/error.png) no-repeat;
margin:40px 0 0 55px;}


.thick2{z-index:100;width: 390px;height: 199px;background: url(../images/bg2.png) no-repeat;

width: 430px;  display: block; }


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">










   


 
  
 
    

   
   






你可能感兴趣的:(jquery弹出提示框,背景变暗不能编辑)