CSS-透明背景色兼容


 IE 不支持透明背景色 使用fileter

div{
    backgournd: #666;
    filter:alpha(opacity=50);   
    -moz-opacity:0.5;
    opacity:0.5;
}

 

posted @ 2019-07-31 23:06  yangchin9  阅读(1219)  评论(0编辑  收藏  举报