Ashley Cameron Design

Ashley Cameron Design

Shop the Creative Design Market

Good morning

Support Transparency/Opacity in All Major Browsers

CSSSnippets

About a 1 minute read

"The passion that we seek is within every experience; we just have to find it."

Ashley N Cameron


1
2
3
4
5
6
7
div {
    opacity:0.7; /* standards-compliant browsers */

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