<div id="one">div-one</div> <div id="two">div-two</div> <div id="three">div-three</div>
#one {background-color: #0000FF;} #two {position: absolute; top: 0px; left: 0px; background-color: #00FF00;} #three {background-color: #FF0000;}