Danke vorerst!
P.S.: Ist BugCatcher ein Mitglied des Forums?
Danke vorerst!
P.S.: Ist BugCatcher ein Mitglied des Forums?
PS: Die Homepage: http://www.kiefel.de
Anbei der Code (Body) der Webseite. Diese ist in Mambo Content Management System programmiert.
Das heißt die Funktionen MosLoadModuls laden an diese Position dynamisch Text, Bilder,...
Firefox verschiebt die erste Spalte je nach belieben obwohl konstant die Breite 151 Pixel, wie unten ersichtlich, festgelegt ist.
Entweder es wird alles nach links verschoben und die Spalte komplett ignoriert oder sie ist wieder nur 100 Pixel groß, usw.
Jedenfalls ist der Hintergrund statisch und wenn sich die erste Spalte verschiebt stimmt das Design nicht mehr überein.
Hier der Code:
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" scroll="no">
<table border="0" width="1020" id="table1" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td height="91" width="151" rowspan="2"> </td>
<td height="91" width="703" rowspan="2"> </td>
<td height="33" width="83" valign="bottom"><?php mosLoadModules ('mambel'); ?></td>
<td height="33" width="83" valign="bottom"><?php mosLoadModules ('adlang'); ?></td>
</tr>
<tr>
<td height="58" width="166" colspan="2" valign="top" class="search"><?php mosLoadModules ('search', 0); ?></td>
</tr>
<tr>
<td height="20" width="151"> </td>
<td height="20" width="869" colspan="3" valign="middle"><?php mosLoadModules ('mainmenu', -1); ?></td>
</tr>
<tr>
<td height="147" width="151"> </td>
<td height="147" width="869" colspan="3" valign="top"><?php mosLoadModules ('banner'); ?></td>
</tr>
<tr>
<td height="46" width="151" class="parent"><?php mosLoadModules ('menuparent', -1); ?></td>
<td height="46" width="869" colspan="3" class="intro"><?php mosLoadModules ('introtext', -1); ?></td>
</tr>
<tr>
<td width="151" valign="top"><?php if (isset($_GET['id'])) {mosLoadModules ('submenu', -1);} ?></td>
<td width="869" colspan="3" valign="top"><div style="width: 868px; height: 100%; overflow : auto;"><?php mosMainBody(); ?></div></td>
</tr>
</table>
</body>
Alles anzeigen
Bitte helft mir weiter!
Danke!
gator_121181
Hallo!
Ich habe ein Problem mit der Firefox-Darstellung einer Webseite die mit IE richtig dargestellt wird.
Es werden die Tabellen verschoben und die definierten Zellen-Breiten nicht eingehalten.
Irgendwie scheint es, dass Firefox leere Tabellen ignoriert (nbsp;), ist das so?
Oder kennt er die Befehle Rowspan und Colspan nicht, da wenn Zellen miteinander verschmolzen werden, das von Firefox falsch interpretiert wird.
(Die Webseite besteht aus einer Tabelle mit ca. 5 Spalten und 8 Zeilen wobei einige verschmolzen sind)
Vielen Danke im Voraus und Liebe Grüße!
gator_121181