x_onepage_hintergrund fixed

by Cheffchen

HTML

<div id="box1" class="box">111</div>
<div id="box2" class="box">222</div>
<div id="box3" class="box">333</div>

CSS

.box {
	height: 300px;
	min-width: 100%;
	border:1px solid black;
	background-attachment:fixed;
}
#box1{
	background-image:url("http://www.html.de/customavatars/avatar11008_2.gif");}
#box2 {
	background-color:#0F0;
	}
#box3{
	background-image:url("http://www.google.com/images/icons/ui/gprofile_button-32.png");}