opacity: .75; /* standard CSS3 style for transparency */
-moz-opacity: .75; /* transparency for older Mozillas */
filter: alpha(opacity=75); /* transparency for IE; note no decimal point */
阮一峰的IT笔记:首页 -> 分类 -> css 查看所有文章:按分类 | 按月份
opacity: .75; /* standard CSS3 style for transparency */
-moz-opacity: .75; /* transparency for older Mozillas */
filter: alpha(opacity=75); /* transparency for IE; note no decimal point */
« 两个方阵的乘积 | 首页 | 创建XMLHttpRequest对象的一个实例 »
This page contains a single entry from the blog posted on 2007年05月03日 22:22.
The previous post in this blog was 两个方阵的乘积.
The next post in this blog is 创建XMLHttpRequest对象的一个实例.
Many more can be found on the main index page or by looking through the archives.