'filter' is not a known css property name. Same for opacity.

Solutions:

Could you try this ?

 

.modalBackground {
 background-color:Gray; 
 -ms-filter: alpha(opacity=70);
 -ms-opacity:0.7;
}

 

 

Thanks for your visit!'filter' is not a known css property name


相关文章:

  • 2022-12-23
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2021-05-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
  • 2021-11-18
  • 2021-12-11
  • 2022-12-23
  • 2021-09-04
相关资源
相似解决方案