dodozhang21
02-24-2005, 06:30 PM
is it possible to place the MAIN menu relatively in a table?
i realize you have to set the x & y coordinates for it. but what if i want it to be placed in a table and wish it to move its location according to the position of the table?
i.e. something like
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr>
<td class="navtd" align="center">
<script type="text/javascript" src="config.js"></script>
</td>
</tr>
</table>
i realize you have to set the x & y coordinates for it. but what if i want it to be placed in a table and wish it to move its location according to the position of the table?
i.e. something like
<table border="0" cellspacing="0" cellpadding="5" width="100%">
<tr>
<td class="navtd" align="center">
<script type="text/javascript" src="config.js"></script>
</td>
</tr>
</table>