Created
February 24, 2013 13:26
-
-
Save RyoSugimoto/5023840 to your computer and use it in GitHub Desktop.
IE6~8に対応した不透明度の設定。
This file contains hidden or 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
.opacity { | |
opacity: .5; | |
filter: alpha(opacity=50); | |
-ms-filter: "alpha(opacity=50)"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment