Created
September 26, 2016 20:20
-
-
Save Lego2012/55def9ff9c44c26aac370666bb021a9a to your computer and use it in GitHub Desktop.
Cross Browser Opacity
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
selector { | |
filter: alpha(opacity=50); /* internet explorer */ | |
opacity: 0.5; /* fx, safari, opera */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment