Hi,
If I add a row to a table using java script , the div element defined below the table will be moved down on the page.
If the table row deleted, the div element will be moved back up again.
This is not happening in either Firefox or IE.
How can I fix this for Safari/Google Chrome?
Thanks!
<div id="sidetree" align="left">
<table id="messages" width="94%">
<thead></thead>
<tbody></tbody>
</table>
</div>
<DIV id="window" style="top: 90px; left: 502px;display:none">
....
