Skip to content

Instantly share code, notes, and snippets.

@rfvcorreia
Created August 6, 2013 13:20
Show Gist options
  • Select an option

  • Save rfvcorreia/6164378 to your computer and use it in GitHub Desktop.

Select an option

Save rfvcorreia/6164378 to your computer and use it in GitHub Desktop.
Cover Background IE9+
background: url(../img/bg.jpg) top center no-repeat fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg.jpg', sizingMethod='scale')";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment