Created
August 26, 2014 20:31
-
-
Save silvenon/9474f0791ffbeb24bd06 to your computer and use it in GitHub Desktop.
IE opacity hacks.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* IE 5-7 */ | |
filter: alpha(opacity=50); | |
/* IE 8 */ | |
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; | |
/* ಠ_ಠ */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment