#TopDiv{


display:none;
position:absolute;


width:500px;
height:400px;

 

 

 

background:rgb(205,205,205);

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);

background:rgba(205,205,205,0.5);

 


top:50px;
left:300px;
z-index:999;
}

 

其中

 

 

background:rgb(205,205,205);       /IE系列

filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);  /IE系列
background:rgba(205,205,205,0.5);      /其他标准浏览器系列

 

相关文章:

  • 2022-12-23
  • 2021-07-08
  • 2022-12-23
  • 2021-11-20
  • 2021-04-29
  • 2021-12-05
  • 2021-05-17
  • 2021-06-20
猜你喜欢
  • 2021-09-29
  • 2022-01-22
  • 2021-12-04
  • 2021-12-28
  • 2021-09-14
  • 2022-12-23
相关资源
相似解决方案