Fixed Background in CSS
December 27th, 2007 | by valiik |The source site for this is: http://www.actionhead.com
I like the way the background is on this website. The design and the fixed style. This is a good example for this kind of design. Here is a CSS code for making the background fixed, so it doesn’t scroll with the page.
body {
background: #ffcc66url("graphics/bg.jpg") no-repeat fixed;
margin: 0 0 50px 0;
}





