Return to Snippet

Revision: 41141
at February 13, 2011 00:54 by mlangfeld


Initial Code
body {
	background: silver url(../images/texture.png) repeat center;
}

#background {
	background:url(../images/gradient.png) repeat-x top left;
	height:100%
}

#watermark {
	background: url(../images/watermark.png) no-repeat top center;
	height:100%;
}


#page-wrapper {
	width:960px;
	position:relative;
	margin:0 auto;
}

html, body {
height:100%;
}

Initial URL
http://www.appnovation.com/multiple-background-images-css2

Initial Description
div structure

<body>
  <div>
   <div>
      <div>
        Content of the page
      </div>
    </div>
  </div>
</body>

Initial Title
Multiple background images with CSS2

Initial Tags
background

Initial Language
CSS