hallo jak, so meine ich es:
code:
----------------------------------------------------------------------
<div style="position:absolute; left:500px; top:200px; width:100; height:80px; z-index:0;">
<table width="100" border="1" cellspacing="0" cellpadding="0" height="80" bordercolor="#003366">
<tr bgcolor="#E7EDF8">
<td height="20">
<div align="center">leer</div>
</td>
</tr>
<tr bgcolor="#008B97">
<td>
<div align="center">
leer</div>
</td>
</tr>
</table>
</div>
<div style="position:absolute; left:300px; top:300px; width:100; height:80px; z-index:0;">
<table width="100" border="1" cellspacing="0" cellpadding="0" height="80" bordercolor="#003366">
<tr bgcolor="#E7EDF8">
<td height="20">
<div align="center">leer</div>
</td>
</tr>
<tr bgcolor="#008B97">
<td>
<div align="center">... noch leer</div>
</td>
</tr>
</table>
</div>
<div style="position:absolute; left:700px; top:300px; width:100; height:80px;">
<table width="100" border="1" cellspacing="0" cellpadding="0" height="80" bordercolor="#003366">
<tr bgcolor="#E7EDF8">
<td height="20">
<div align="center">leer</div>
</td>
</tr>
<tr bgcolor="#AB8B97">
<td>
<div align="center">noch leer ...</div>
</td>
</tr>
</table>
</div>
<div style="position:absolute; left:300px; top:400px; width:100; height:80px;">
<table width="100" border="1" cellspacing="0" cellpadding="0" height="80" bordercolor="#003366">
<tr bgcolor="#E7EDF8">
<td height="20">
<div align="center">leeeer</div>
</td>
</tr>
<tr bgcolor="#AB8B97">
<td>
<div align="center">ablolute leere</div>
</td>
</tr>
</table>
</div>
<div style="position:absolute; left:400px; top:400px; width:100; height:80px;">
<table width="100" border="1" cellspacing="0" cellpadding="0" height="80" bordercolor="#003366">
<tr bgcolor="#E7EDF8">
<td height="20">
<div align="center">leer</div>
</td>
</tr>
<tr bgcolor="#008B97">
<td>
<div align="center">auch noch leer ....</div>
</td>
</tr>
</table>
</div>
----------------------------------------------------------------------