dreamspeaker
05-07-2003, 01:49 AM
ok i have a table inside a positioning table but it won't move could someone help me make it move?here is the html
<table style="Position:absolute; top:160; left:680; width:150; a-index=0;"><div style="width:180; height:97; overflow:auto">
<table cellpadding=1 cellspacing=0><tr><td>
<form method=POST ACTION="members.php">
<table cellpadding=1 cellspacing=0>
<tr><td align=left valign=top>Alias:</td>
<td align=left><input type=text size=15 name=username style="BORDER-RIGHT: dodgerblue 1px solid; BORDER-TOP: dodgerblue 1px solid; BORDER-LEFT: dodgerblue 1px solid; BORDER-BOTTOM: dodgerblue 1px solid; FONT-SIZE: 10px; COLOR: dodgerblue; FONT-FAMILY: Verdana; BACKGROUND-COLOR: transparent"></td></tr>
<tr><td align=left valign=top>Verbal Entrance:</td>
<td align=left><input type=password size=15 name=password style="BORDER-RIGHT: dodgerblue 1px solid; BORDER-TOP: dodgerblue 1px solid; BORDER-LEFT: dodgerblue 1px solid; BORDER-BOTTOM: dodgerblue 1px solid; FONT-SIZE: 10px; COLOR: dodgerblue; FONT-FAMILY: Verdana; BACKGROUND-COLOR: transparent"></td></tr>
<table>
<tr>
<td align=left valign=bottom><input type=submit name=submit value="Enter" style="font-family: Verdana; font-size: 10px; background-color: #000000; color: dodgerblue; border-style: solid; border-color: #000000"></form></td>
<td align=left valign=top><form action="apply.php" method="post"><input type="submit" value="Join Us" style="font-family: Verdana; font-size: 10px; background-color: #000000; color: dodgerblue; border-style: solid; border-color: #000000"></form></td>
<td align=left valign=top>
<form action="members.php" method="post">
<input type=hidden name=username value=guest>
<input type=hidden name=password value=guest>
<input type="submit" value="Temporary" name="submit" style="font-family: Verdana; font-size: 10px; background-color: #000000; color: dodgerblue; border-style: solid; border-color: #000000"></form></td>
</table>
<table style="Position:absolute; top:160; left:680; width:150; a-index=0;"><div style="width:180; height:97; overflow:auto">
<table cellpadding=1 cellspacing=0><tr><td>
<form method=POST ACTION="members.php">
<table cellpadding=1 cellspacing=0>
<tr><td align=left valign=top>Alias:</td>
<td align=left><input type=text size=15 name=username style="BORDER-RIGHT: dodgerblue 1px solid; BORDER-TOP: dodgerblue 1px solid; BORDER-LEFT: dodgerblue 1px solid; BORDER-BOTTOM: dodgerblue 1px solid; FONT-SIZE: 10px; COLOR: dodgerblue; FONT-FAMILY: Verdana; BACKGROUND-COLOR: transparent"></td></tr>
<tr><td align=left valign=top>Verbal Entrance:</td>
<td align=left><input type=password size=15 name=password style="BORDER-RIGHT: dodgerblue 1px solid; BORDER-TOP: dodgerblue 1px solid; BORDER-LEFT: dodgerblue 1px solid; BORDER-BOTTOM: dodgerblue 1px solid; FONT-SIZE: 10px; COLOR: dodgerblue; FONT-FAMILY: Verdana; BACKGROUND-COLOR: transparent"></td></tr>
<table>
<tr>
<td align=left valign=bottom><input type=submit name=submit value="Enter" style="font-family: Verdana; font-size: 10px; background-color: #000000; color: dodgerblue; border-style: solid; border-color: #000000"></form></td>
<td align=left valign=top><form action="apply.php" method="post"><input type="submit" value="Join Us" style="font-family: Verdana; font-size: 10px; background-color: #000000; color: dodgerblue; border-style: solid; border-color: #000000"></form></td>
<td align=left valign=top>
<form action="members.php" method="post">
<input type=hidden name=username value=guest>
<input type=hidden name=password value=guest>
<input type="submit" value="Temporary" name="submit" style="font-family: Verdana; font-size: 10px; background-color: #000000; color: dodgerblue; border-style: solid; border-color: #000000"></form></td>
</table>