CSS透明度设置

时间:2014-08-27 13:14:48   收藏:0   阅读:135
.transparent_class {

      filter:alpha(opacity=50);

      -moz-opacity:0.5;

      -khtml-opacity: 0.5;

      opacity: 0.5;

}

 

UPDATE: I wanted to pull this post out of the archives and update it a bit because it there seems to be a good amount of interest in this subject.

Here is what each of those CSS properties is for:

原文:http://my.oschina.net/clks/blog/307084

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!