Page Stats
Visitor: 582
The CSS3 opacity property sets the opacity for a specified RGB value. Its value must be a between 0.0 (fully transparent) and 1.0 (fully opaque).
Example: CSS3 Opacity
Red - #p1 {background-color:rgb(255,0,0);opacity:0.6;} Green - #p2 {background-color:rgb(0,255,0);opacity:0.6;} Blue - #p3 {background-color:rgb(0,0,255);opacity:0.6;}