<div style="width:500px; height:200px; margin: 0 auto; position:relative; border: 1px solid red;">
<div style="float:right;width:100px;height:50px; background: #afa;">Denne er højrestillet</div>
<div style="position: absolute; top:20px;left:30px; width:200px;height:150px; background: #ddd;">Denne er absolut positioneret 20px nede, 30px inde</div>
</div>
-- denne metode kræver dog, at IE sættes i standards-mode med en fuldt kvalificeret doctype, f.eks.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html>
...