Return to Snippet

Revision: 46425
at May 19, 2011 00:59 by apmartins


Updated Code
#content {
	background: rgba(0, 0, 0, 0.25);
	-pie-background: rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(http://www/pie/PIE.htc);
}

Revision: 46424
at May 19, 2011 00:57 by apmartins


Initial Code
#content {
	background: rgba(0, 0, 0, 0.25);
	-pie-background: rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(http://bacon/k2fish/includes/pie/PIE.htc);
}

Initial URL


Initial Description
Cross Browser rounded corners and opacity using Pie.htc

Initial Title
Cross Browser (even ie6) rounded corners and opacity

Initial Tags
CSS3

Initial Language
CSS