Return to Snippet

Revision: 25386
at March 29, 2010 17:03 by ajbatac


Initial Code
#div {
    opacity: .5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

Initial URL


Initial Description
This works on all browsers including IE6/7/8, FF, Chrome, Safari.

Not sure if there are more reliable than this one. If you find one, please comment.

Thanks.

Initial Title
Div Transparency

Initial Tags


Initial Language
CSS