ayady_3173
New member
I put my menu in the left side column and asigned it's valign=top but it keeps on moving when the right side column move. why is it not working?
<table width="900" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="row"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="row">Header here </th>
</tr>
<tr>
<th scope="row"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th width="25%" scope="row" valign="top">
<div class="sidemenu">
<ul>
<li><a href="#">Stocks</a>
<ul>
<li><a href="PSUindex.php?page=VSCatalogue">View Stock Catalogue</a></li>
<li></li>
</ul>
</li>
</ul>
</div>
</th>
<td width="75%">
<div class="content">
<?php
$include = $_GET['page'];
switch ($include){
case 'VSCatalogue':
$page = "View_Stock_Catalogue.php";
break;
case 'Viewdeliver':
$page = "View_Deliver_Items.php";
break;
}
if($page!=""){
include $page;
}
?>
</div>
</td>
</tr>
</table></th>
</tr>
</table></th>
</tr>
</table>
<table width="900" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="row"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th scope="row">Header here </th>
</tr>
<tr>
<th scope="row"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th width="25%" scope="row" valign="top">
<div class="sidemenu">
<ul>
<li><a href="#">Stocks</a>
<ul>
<li><a href="PSUindex.php?page=VSCatalogue">View Stock Catalogue</a></li>
<li></li>
</ul>
</li>
</ul>
</div>
</th>
<td width="75%">
<div class="content">
<?php
$include = $_GET['page'];
switch ($include){
case 'VSCatalogue':
$page = "View_Stock_Catalogue.php";
break;
case 'Viewdeliver':
$page = "View_Deliver_Items.php";
break;
}
if($page!=""){
include $page;
}
?>
</div>
</td>
</tr>
</table></th>
</tr>
</table></th>
</tr>
</table>