Return to Snippet

Revision: 10020
at December 3, 2008 12:25 by 1man


Initial Code
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

Initial URL


Initial Description
Should also work in IE6 because of the filter

Initial Title
CSS Transparency All Browsers

Initial Tags
css, ie6

Initial Language
CSS