CSS ~ rgba example


div.qqq{
background-color:rgb(0,0,255);opacity:0.5;
}
qqqqqqqqqqqqqqqqq
xxxxxxxxxxxxxxxxxxxxxxx

div.qqq2{
background-color:rgba(0,0,255,0.5);
}
qqqqqqqqqqqqqqqqq
xxxxxxxxxxxxxxxxxxxxxxx

http://www.css3.info/introduction-opacity-rgba/

沒有留言: