Skip to content

Instantly share code, notes, and snippets.

@rawsyntax
Created September 24, 2010 18:42
Show Gist options
  • Save rawsyntax/595820 to your computer and use it in GitHub Desktop.
Save rawsyntax/595820 to your computer and use it in GitHub Desktop.
.ie6 body {
background-attachment: fixed;
}
//all in the same file!! no more additional files for ie!
.ie7 body {
background-attachment: scroll;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment