Skip to content

Instantly share code, notes, and snippets.

@ElmahdiMahmoud
Created December 5, 2012 07:35
Show Gist options
  • Select an option

  • Save ElmahdiMahmoud/4213444 to your computer and use it in GitHub Desktop.

Select an option

Save ElmahdiMahmoud/4213444 to your computer and use it in GitHub Desktop.
css: full body background
background: url('background-image.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.background-image.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background-image.jpg', sizingMethod='scale')";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment