Created
September 28, 2013 07:47
-
-
Save xyqfer/6739637 to your computer and use it in GitHub Desktop.
透明效果
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
| selector { | |
| opacity: .75; /* Standard: FF gt 1.5, Opera, Safari */ | |
| filter: alpha(opacity=75); /* IE lt 8 */ | |
| -ms-filter: "alpha(opacity=75)"; /* IE 8 */ | |
| -khtml-opacity: .75; /* Safari 1.x */ | |
| -moz-opacity: .75; /* FF lt 1.5, Netscape */ | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment