<html>
<body>

<div style="position: absolute; left: 50%;">

<div style="position:absolute; top:200px; left:-300px;">To be 300 left 
of the center</div>
<div style="position:absolute; top:0px; left:100px;">To be 100 right 
from the center</div>
<div style="position:absolute; top:180px; left:-300px;">Again 300 left 
of the center</div>

</div>

</body>
</html>

btw
Dont use <center> tags and you HAVE to use units.
IE shouldn't support your trick (I believe)


Reply via email to