valign oder sonstiges?

Status
Nicht offen für weitere Antworten.

MistR-X

Gesperrt
ich krieg die kriese leute, also ich hab da folgendes problem:
also ich habe rechts ne navi und links ne navi , beide sind jeweils über den php befehl include wunderbar included, also so ziemlich der ganze inhalt ist in einem div mit der eigenschaft , ach mom hier is der code

Code:
<div id="center">
<table id="mitte" border="0" cellpadding="0" cellspacing="0" width="818">
<tr>
	<td>
<!-- Das was zaehlt anfang ;)-->
<table border="0" cellpadding="0" cellspacing="0" width="818">
<tr>
	<td>
<!--links anfang-->
<table border="0" cellpadding="0" cellspacing="0" width="120">
<tr>
<td><img src="./gfx/blind.gif" width="10" height="1" border="0" alt=""></td>
<td>
<?
include("links.php");
?>
</td>
</tr>
</table>
<!--links ende-->
	</td>
	<td>
<!--mitte anfang-->
<div id="center">
<table id="kasten" border="0" cellpadding="0" cellspacing="0" width="0">
<tr>
	<td>
<table id="border" border="0" cellpadding="0" cellspacing="0" width="500">
	<tr>
<td id="hd">inhalt</td>
	</tr>
	<tr>
<td id="cnt">
den inhalt lass ich mal
</td>
	</tr>
</table>
	</td>
</tr>
</table>
</div>
<!--mitte ende-->
	</td>
	<td>
<!--rechts anfang-->
<table valign="top" border="0" cellpadding="0" cellspacing="0" width="120">
<tr>
<td><img src="./gfx/blind.gif" width="10" height="1" border="0" alt=""></td>
<td>
<?
include("rechts.php");
?>
</td>
</tr>
</table>
<!--rechts ende-->
	</td>
</tr>
</table>
<!-- Das was zaehlt ende ;)-->
	</td>
</tr>
</table>

</div>
ich hoffe ihr behaltet den überblick
naja hier noch ein screenieklick
hier sieht man deutlich dass die eine navi höher als die andere ist,
wenn der inhalt jetzt ca 3mal so lang wäre wären beide navis in der mitte und das nervt
 
Versuchs mal mit margin-top oder vertical-align

achso du solltest auch die leeren alt attribute aus dem img tag löschen

cu ripper
 
so?

<table id="mitte" border="0" cellpadding="0" cellspacing="0" width="818">
<tr vAlign="top" >
<td>
<!-- Das was zaehlt anfang -->
<table border="0" cellpadding="0" cellspacing="0" width="818">
<tr vAlign="top" >


und mit margin-top hat das garnichts zu tun
 
Status
Nicht offen für weitere Antworten.
Zurück