From d4e67b382a4071b1c1071545ead6f58105385539 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 20 Oct 2014 16:34:36 -0700 Subject: [PATCH] Adding alpha opacity IE8 support :( --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 646851b..912c02d 100644 --- a/style.css +++ b/style.css @@ -1407,7 +1407,7 @@ Site Header max-height: 0; opacity: 0; box-shadow: 0 4px 8px 1px rgba(0,0,0,0.4); - filter: alpha(opacity=0); + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; @@ -1424,7 +1424,7 @@ Site Header z-index: 50; max-height: 9999px; opacity: 1; - filter: alpha(opacity=100); + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } @@ -2153,7 +2153,7 @@ Media Queries left: auto; max-height: 9999px; opacity: 1; - filter: alpha(opacity=100); + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; box-shadow: none; }