Skip to content

Instantly share code, notes, and snippets.

@0xnbk
Created January 11, 2011 06:03
Show Gist options
  • Save 0xnbk/774088 to your computer and use it in GitHub Desktop.
Save 0xnbk/774088 to your computer and use it in GitHub Desktop.
Create Opacity for image through style
.change_opacity {
opacity: 0.5;
filter: alpha(opacity = 50);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment