使div变成半透明的css样式

.layer {

  opacity:0.9;

  filter:alpha(opacity=90);

  zoom:1;

}

原文地址:https://www.cnblogs.com/modou/p/5036043.html