Skip to content

Instantly share code, notes, and snippets.

@jeonghwan-kim
Created October 12, 2013 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeonghwan-kim/6947568 to your computer and use it in GitHub Desktop.
Save jeonghwan-kim/6947568 to your computer and use it in GitHub Desktop.
Set transparent value in IE
.opacity {
background-color: #000000;
opacity: 0.6;
filter: alpha(opacity=60);
}
.non-opacity {
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment