/ Published in: CSS
div structure
Content of the page
Content of the page
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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%; }
URL: http://www.appnovation.com/multiple-background-images-css2