CSS RGBA - 具有不透明度的颜色定义

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS RGBA - 具有不透明度的颜色定义相关的知识,希望对你有一定的参考价值。

/* 
 * modern browsers (except ie) understand the css3
 * rgba property. it works like the rgb property and
 * adds an aditional parameter a for opacity
 *
 */

p{
    color: rgb(127, 127, 127);
}
p{
    color: rgba(0, 0, 0, 0.5);
}

以上是关于CSS RGBA - 具有不透明度的颜色定义的主要内容,如果未能解决你的问题,请参考以下文章

CSS过渡不透明度不受rgba颜色影响[重复]

css中关于字体颜色的设置

Css3颜色值RGBA得表示方式

Html表格背景颜色透明度怎么调,只用HTML和css

Css颜色定义的方法汇总color属性设置方式

CSS:IE:样式“背景颜色:rgba(...)”的版本