Skip to content

Instantly share code, notes, and snippets.

@xyqfer
Created September 28, 2013 07:47
Show Gist options
  • Select an option

  • Save xyqfer/6739637 to your computer and use it in GitHub Desktop.

Select an option

Save xyqfer/6739637 to your computer and use it in GitHub Desktop.
透明效果
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