Skip to content

Instantly share code, notes, and snippets.

@Ahrengot
Created March 30, 2012 20:32
Show Gist options
  • Save Ahrengot/2254778 to your computer and use it in GitHub Desktop.
Save Ahrengot/2254778 to your computer and use it in GitHub Desktop.
Full size background
body {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
// god dammit, IE.
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg.jpg', sizingMethod='scale')";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment