#box1
absolut positionering
50 pixlar.
#box2
ingen positionering.

 

 

#box1 {
background-color: #cccc99;
width: 300px;
padding: 10px;
position: absolut;
left: 50px;
top: 50px;
}

#box2 {
background-color: #ffff66;
width: 300px;
padding: 10px;
}