Zitat Zitat von Milchbox
Und was soll ich mit div tags? Das ist der selbe Kramm nur tables kann man präzieser ausrichten. Mit div tags macht man sich doppelte arbeit.
WAS?
Versuch mal das ...
Code:
<div style="position:absolute; top:100px; left:100px; width:100px; height:100px; background-color:steelblue;">Eins</div>
<div style="position:absolute; top:200px; left:125px; width:120px; height:100px; background-color:silver;">Zwei</div>
<div style="position:absolute; top:300px; left:150px; width:140px; height:100px; background-color:gray;">Drei</div>
mit Tabellen.