Skip to content

Instantly share code, notes, and snippets.

@RyoSugimoto
Created February 24, 2013 13:26
Show Gist options
  • Save RyoSugimoto/5023840 to your computer and use it in GitHub Desktop.
Save RyoSugimoto/5023840 to your computer and use it in GitHub Desktop.
IE6~8に対応した不透明度の設定。
.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