Ashley Cameron Design

Ashley Cameron Design

Shop the Creative Design Market

Good afternoon

Support Transparency/Opacity in All Major Browsers

CSSSnippets

About a 1 minute read

"Life is like riding a bicycle. To keep your balance, you must keep moving."

Albert Einstein


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