Skip to content

Instantly share code, notes, and snippets.

@onecrayon
Created April 16, 2009 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onecrayon/96762 to your computer and use it in GitHub Desktop.
Save onecrayon/96762 to your computer and use it in GitHub Desktop.
html {
height: 100%;
overflow: auto;
}
body {
height: 100%;
text-align: center;
}
#container {
width: 800px;
margin: 0 auto;
background: url(images/YOUR_BACKGROUND.jpg) repeat-y top center;
height: 100%;
}
/* hopefully named something more semantic */
#content_wrapper {
background: url(images/YOUR_BACKGROUND.jpg) repeat-y top center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment