groups

name language licence
Font CSS Other
Untitled Snippet CSS Other
Rgba CSS3 Other
Border-color CSS3 Other
Border-radius (rounded corners) CSS3 Other
Untitled Snippet CSS Other
Text-shadow CSS3 Other
Comment CSS Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 >



language: CSS3
licence: Other

Rgba

options: view full snippetsend to code collector
/* The “a” in this property-name stands, for, you guessed it: alpha. */
background-color: #B4B490;
background-color: rgba(180, 180, 144, 0.6);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#99B4B490',endColorstr='#99B4B490'); /* IE6,IE7 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99B4B490',endColorstr='#99B4B490')"; /* IE8 */ff
	
(Continues...)