ominöses problem

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • ominöses problem

    Hallo, ich habe ein dummes problem...

    wenn ich eine tabelle mit einer pixelangabe versehe zeigt das der internet explorer super an, im netscape 4.7 zerschiest es die tabelle voll und ganz...

    hier der code....

    <!-- body //-->
    <table border="0" width="800" cellspacing="0" cellpadding="0" align="center" bgcolor="FFFFFF">
    <tr>
    <td width="<? echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<? echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
    <tr>
    <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0">
    <!-- left_navigation //-->
    <? $include_file = DIR_WS_INCLUDES . 'column_left.php'; include(DIR_WS_INCLUDES . 'include_once.php'); ?>
    <!-- left_navigation_eof //-->
    </table></td>
    </tr>
    </table></td>
    <!-- body_text //-->
    <?
    if ($category_depth == 'nested') {
    ?>
    <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="topBarTitle">
    <tr>
    <td width="100%" class="topBarTitle">&nbsp;<? echo TOP_BAR_TITLE; ?>&nbsp;</td>
    </tr>
    </table>



    wenn man die tabelle abändert auf % angabe dann läuft es in explorer und im Netscape... wo liegt das problem, welches netscape mit der pixelangabe hat?

    hier die änderung auf prozent:

    <!-- body //-->
    <table border="0" width="80%" cellspacing="0" cellpadding="0" align="center" bgcolor="FFFFFF">
    <tr>
    <td width="<? echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<? echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0">
    <tr>
    <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0">
    <!-- left_navigation //-->
    <? $include_file = DIR_WS_INCLUDES . 'column_left.php'; include(DIR_WS_INCLUDES . 'include_once.php'); ?>
    <!-- left_navigation_eof //-->
    </table></td>
    </tr>
    </table></td>
    <!-- body_text //-->
    <?
    if ($category_depth == 'nested') {
    ?>
    <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
    <tr>
    <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="2" class="topBarTitle">
    <tr>
    <td width="100%" class="topBarTitle">&nbsp;<? echo TOP_BAR_TITLE; ?>&nbsp;</td>
    </tr>
    </table>


    bin ich betriebsblind? :-) *grmpf*
    Mit freundlichen Grüssen
    D. Winger
    http://www.avanti24.de

  • #2
    aber von der Syntax stimmt das ja auch nicht so ganz. An dieser Stelle:

    </table></td>
    <!-- body_text //-->
    <?
    if ($category_depth == 'nested') {
    ?>

    schließt du zwar TD aber nicht TR und die folgenden Zeilen öffnen auch teilweise TDs ohne vorher TR etc. Überprüf nochmals deine Struktur (sowas stellt IE meist okay dar, aber Netscape ist da penibler)

    Kommentar


    • #3
      die syntax stimmt schon...

      Der code ist noch wesentlich länger, das war nurn ausriss...

      habe jetzt die ganze seite in ne tabelle gesetzt und auf 800 pix begrenzt und somit läufts auch :-) fast fehlerfrei...

      ciu
      Mit freundlichen Grüssen
      D. Winger
      http://www.avanti24.de

      Kommentar

      Lädt...
      X