Return to Snippet

Revision: 34755
at October 28, 2010 01:11 by cromozooom


Initial Code
div {
/* standards-compliant browsers */
opacity:0.7;

/* The following is ignored by standards-based browsers */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  /* IE8 */
filter: alpha(opacity=70); /* IE 5-7  */
}

Initial URL


Initial Description


Initial Title
Support Transparency/Opacity in All Major Browsers

Initial Tags


Initial Language
CSS