Ashley Cameron Design

Ashley Cameron Design

Shop the Creative Design Market

Good evening

Support Transparency/Opacity in All Major Browsers

CSSSnippets

About a 1 minute read

"If you truly love nature, you will find beauty everywhere."

Vincent Van Gogh


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  */
}