Zitat Zitat von Milchbox
Schonmal was von einem "style: " gehört
Man kann in tabellen das gleiche anwenden wie in divs. Nur mit tables ist das manchmal umständlicher.
Zitat Zitat von AgentJG
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>
....

Nee, noch nie. Mit <table> kann man eben nicht alles machen. Sonst bräuchte man <div> ja wohl garnicht. Ausserdem braucht man bei Tabellen viel mehr Grafiken.