Nieuw lid |
|
Het probleem is in firefox bijna opgelost er zit nog een grote ruimte tussen de eerste 2 menu items. Maar in IE is het nog steeds het zelfde liedje. Als er iemand een idee heeft het mag ook op een andere manier dan met een tabel want ik wordt er echt gek van.
<table id="Table_01" width="738" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td colspan="20">
<img id="bannertop" src="images/bannertop.gif" width="737" height="3" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="3" alt="" /></td>
</tr>
<tr>
<td colspan="8" rowspan="2">
<img id="banner" src="*" width="597" height="167" alt="" /></td>
<td colspan="2"><a href="#">
<img id="france" src="images/france.gif" width="18" height="12" alt="" border="0" /></a></td>
<td>
<img id="langspace1" src="images/langspace1.gif" width="9" height="12" alt="" /></td>
<td><a href="#">
<img id="italy" src="images/italy.gif" width="18" height="12" alt="" border="0" /></a></td>
<td>
<img id="langspace2" src="images/langspace2.gif" width="9" height="12" alt="" /></td>
<td><a href="#">
<img id="spain" src="images/spain.gif" width="18" height="12" alt="" border="0" /></a></td>
<td>
<img id="langspace3" src="images/langspace3.gif" width="9" height="12" alt="" /></td>
<td><a href="#">
<img id="germany" src="images/germany.gif" width="18" height="12" alt="" border="0" /></a></td>
<td>
<img id="langspace4" src="images/langspace4.gif" width="9" height="12" alt="" /></td>
<td><a href="#">
<img id="netherlands" src="images/netherlands.gif" width="18" height="12" alt="" border="0" /></a></td>
<td colspan="2">
<img id="langspace5" src="images/langspace5.gif" width="14" height="12" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="12" alt="" /></td>
</tr>
<tr>
<td colspan="12">
<img id="banner3" src="images/banner3.gif" width="140" height="155" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="155" alt="" /></td>
</tr>
<tr>
<td rowspan="11" class="leftspacer"></td>
<td colspan="2">
<img id="homebutton1" src="images/homebutton1.gif" width="126" height="34" alt="" /></td>
<td>
<img id="menutopspace1" src="images/menutopspace1.gif" width="76" height="34" alt="" /></td>
<td>
<img id="overonsbutton1" src="images/overonsbutton1.gif" width="125" height="34" alt="" /></td>
<td>
<img id="menutopspace2" src="images/menutopspace2.gif" width="76" height="34" alt="" /></td>
<td>
<img id="linksbutton1" src="images/linksbutton1.gif" width="125" height="34" alt="" /></td>
<td colspan="2">
<img id="menutopspace3" src="images/menutopspace3.gif" width="76" height="34" alt="" /></td>
<td colspan="10">
<img id="contactbutton1" src="images/contactbutton1.gif" width="125" height="34" alt="" /></td>
<td rowspan="11" class="rightspacer"></td>
<td>
<img src="images/spacer.gif" width="1" height="34" alt="" /></td>
</tr>
<tr>
<td rowspan="2" colspan="1" height="34" valign="top">
<img id="nieuweballenbutton1" src="images/nieuweballenbutton1.gif" width="125" height="34" alt="" /></td>
<td colspan="17">
<img id="contentmenuspacer" src="images/contentmenuspacer.gif" width="604" height="4" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="4" alt="" /></td>
</tr>
<tr>
<td colspan="17" rowspan="9" class="content">
<?PHP
$sPagina = array();
$aPagina[] = "mailform";
$aPagina[] = "overons";
$aPagina[] = "links";
$aPagina[] = "home";
$aPagina[] = "nieuweballen";
$aPagina[] = "lakeballs";
$aPagina[] = "bedrukking";
$aPagina[] = "rangeballen";
$aPagina[] = "collectors";
$aPagina[] = "accessoires";
$aPagina[] = "clubrepair";
$aPagina[] = "404";
if(Isset($_GET['pagina']) && $_GET['pagina'] != "home")
{
if(In_Array($_GET['pagina'], $aPagina) && File_Exists($_GET['pagina'].".php"))
{
$sPagina = $_GET['pagina'];
} else
{
$sPagina = "404";
}
} else
{
$sPagina = "home";
}
include $sPagina.".php";
?>
</td>
<td>
<img src="images/spacer.gif" width="1" height="30" alt="" /></td>
</tr>
<tr>
<td colspan="1" height="34" valign="top">
<img id="lakeballsbutton1" src="images/lakeballsbutton1.gif" width="125" height="34" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="34" alt="" /></td>
</tr>
<tr>
<td colspan="1" height="34" valign="top">
<img id="bedrukkingbutton1" src="images/bedrukkingbutton1.gif" width="125" height="34" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="34" alt="" /></td>
</tr>
<tr>
<td colspan="1" height="34" valign="top">
<img id="rangeballenbutton1" src="images/rangeballenbutton1.gif" width="125" height="34" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="34" alt="" /></td>
</tr>
<tr>
<td colspan="1" height="34" valign="top">
<img id="collectorsitemsbutton1" src="images/collectorsitemsbutton1.gif" width="125" height="34" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="34" alt="" /></td>
</tr>
<tr>
<td colspan="1" height="34" valign="top">
<img id="accessoiresbutton1" src="images/accessoiresbutton1.gif" width="125" height="34" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="34" alt="" /></td>
</tr>
<tr>
<td colspan="1" height="34" valign="top">
<img id="clubrepairbutton1" src="images/clubrepairbutton1.gif" width="125" height="34" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="34" alt="" /></td>
</tr>
<tr>
<td colspan="1" height="34" valign="top">
<img id="palmlogo" src="images/palmlogo.gif" width="125" height="114" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="114" alt="" /></td>
</tr>
<tr>
<td class="menuextension">
</td>
<td>
<img src="images/spacer.gif" width="1" height="9" alt="" /></td>
</tr>
<tr>
<td colspan="20">
<img id="footer" src="images/footer.gif" width="737" height="19" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="19" alt="" /></td>
</tr>
<tr>
<td colspan="20">
<img id="copyright" src="images/copyright.gif" width="737" height="9" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="9" alt="" /></td>
</tr>
<tr>
<td>
<img src="images/spacer.gif" width="4" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="125" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="1" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="76" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="125" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="76" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="125" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="65" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="11" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="7" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="9" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="18" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="9" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="18" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="9" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="18" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="9" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="18" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="10" height="1" alt="" /></td>
<td>
<img src="images/spacer.gif" width="4" height="1" alt="" /></td>
<td></td>
</tr>
</table>
|