groups

name language licence
Rgba CSS3 Other
Border-radius (rounded corners) CSS3 Other
Opacity CSS3 Other
Box-shadow CSS3 Other
Box Rotate Transform CSS3 Other
Box Gradient CSS3 Other
@font-face CSS3 Other
Speech Module CSS3 Other



language: CSS3
licence: Other

Opacity

options: view full snippetsend to code collector
opacity: 0.5;  //For Firebox  
filter: alpha(opacity = 50); //For Internet Explorer  
	
(Continues...)