'filter' is not a known css property name

'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!


原文地址:https://www.cnblogs.com/simonhaninmelbourne/p/1378845.html