Et let spg.
Jeg har foelgende html kode:<body style="background-color:#e6e7e8; text-align: center;">
<div id="d0" style="width:648px;height:663px;color:58595b;background-color:#ffffff;text-align: left;">
<div id="d1" style="top:12px;left:40px;width:316px;height:135px;position:relative; " >
</div>
<div id="d2" style="top:244px;left:171px;width:288px;height:168px;position:relative;">
</div>
<div id="d3" style="top:415px;left:242px;width:58px;height:15px;position:relative;">
</div>
<div id="d4" style="top:415px;left:364px;width:52px;height:15px;position:relative;">
</div>
<div id="d5" style="top:515px;left:415px;width:207px;height:114px;position:relative;">
</div>
</div>
</body>
Mit problem er at d1's, d2's, d3's, d4's og d5's position gerne skal vaere relativt til d0's. Det er imidlertidig kun d1 som overholder dette - det virker som om resten er relativt til hinanden. Hvordan retter jeg dette?
