Skip to content

Instantly share code, notes, and snippets.

@Olical
Created April 14, 2011 11:03
Show Gist options
  • Save Olical/919266 to your computer and use it in GitHub Desktop.
Save Olical/919266 to your computer and use it in GitHub Desktop.
An example transparency fix
div.myDiv {
height: 275px;
width: 960px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/myImage.png', sizingMethod='scale');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment