'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


相关文章: