I just search for a trick to use position:absolute,
but not to start at the top left corner.

I want to start top in the center of the window

<html>
<body>

<center>

<div style="position:absolute;width:600;">


<div style="position:absolute;top:200;left:-300;">
To be 300 left of the center
</div>

<div style="position:absolute;top:0;left:100;">
To be 100 right from the center
</div>

<div style="position:absolute;top:180;left:-300;">
Again 300 left of the center
</div>


</div>
</center>
</body>
</html>

This trick works in MSIE 6,
but Mozilla 0.9.5 shows it complete different

Any idea how to do it, that the trick works
also on Mozilla?


--
Roland M�sl
http://pege.org Clear targets for a confused civilization
http://BeingFound.com Web Design starts at the search engine



Reply via email to