Forum Moderators: open
This can be done buy placing Table B in a div. Then position the div over layer A.
The HTML would look something like:
<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; left: 60px; top: 42px">
<table width="100%">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div>
<table width="100%">
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<copied from simple DW layout>
Ta
Limbo