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


posted on 2009-01-20 12:26  Simon Han  阅读(663)  评论(0)    收藏  举报