großes Tabellenproblem mit netscape
Martin
- sonstiges
0 Cheatah
Hallo,
ich bin fast am verzweifeln, weil ich einfach nicht weiter weiss:
Ich habe zwei Tabellen übereinander angerichtet. Beide sind auf width="100 %" gestellt. Die erste Spalte ist bei beiden 180 Pix breit, beim IE funktioniert die Darstellung. Nur der Netscape verschiebt die unterere Tabelle ... voran könnte es liegen?
Für Eure Hilfe danke ich schon einmal im vorraus.
Martin
Quelltext
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td class="hb1" height="15" colspan="2"><img src="img/dummy.gif" width="700" height="15"></td>
</tr>
<tr>
<td width="180" height="65"><img src="img/logo.jpg" width="180" height="65"></td>
<td class="hb1" height="65"><img src="img/dummy.gif" width="1" height="1"></td>
</tr>
<tr>
<td width="180" height="80"><img src="img/dummy.gif" width="1" height="80"></td>
<td class="hb2" height="80"><img src="img/ci_1.jpg" width="607" height="80"><img src="img/ci_2.jpg" width="165" height="80"></td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="2" width="20"><img src="img/dummy.gif" width="20" height="1" border="0"></td>
<td valign="top" rowspan="2" width="160"><img src="img/dummy.gif" width="160" height="1" border="0"><br>
<?php
include("modules_html/links.php");
?>
</td>
<td class="hb2" rowspan="2" width="50"><img src="img/dummy.gif" width="1" height="420" border="0"></td>
<td class="hb2"><img src="img/dummy.gif" width="770" height="20" border="0"></td>
</tr>
<tr>
<td class="hb2" align="center" valign="top">
<img src="img/dummy.gif" width="770" height="1" border="0"><br>
<?php
include("modules/mainbody.php");
?>
</td>
</tr>
</table>
Hi,
beim IE funktioniert die Darstellung.
das war noch nie ein Indiz dafür, dass etwas richtig ist.
Nur der Netscape
Welcher? 3, 4, 6, 7?
verschiebt die unterere Tabelle ... voran könnte es liegen?
Das Vermischen von relativen und absoluten Angaben ist zum Scheitern verurteilt.
Quelltext
Gut. URL wäre besser, und beides ist ohne Deine Analyse nutzarm.
<?php
include("modules/mainbody.php");
?>
Wenn das Dein Browser sieht, ist entweder Dein Server fehlkonfiguriert, oder Du solltest Dich unbedingt mit Entitäten beschäftigen.
Cheatah