css设置透明度

.demo{
filter:alpha(Opacity=80);
-moz-opacity:0.8;
opacity:0.8;
}

相关推荐