Html: tabelle ist assyncron ...



  • Hi,

    ich hab m,al ein reines html problem wie ich hoffe 🙂 ich habe 3 Tabellen welche übereinander stehen und eigentlich die selbe breite haben nur die dritte tabelle ist permanent links und rechts 1px breiter.

    &
     
     
    <table width="270" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
    <td colspan="2" class="M_tab3a" align="center">
    <H1>Eingabe</H1>
    </td>
    </tr>
    </table>
    <form action="eingabe2.php" method="post">
    <table width="270" border="0" align="center" cellpadding="0" cellspacing="0" class="M_tab3a">
    <tr>
    <td colspan="2" class="M_tab3a_sp2" align="center">
    Weitere Datensätze eingeben
    </td>
    </tr>

    <tr>
    <td class="M_tab3" align="center">
    <input type = "radio" name = "Sicher" value = "ja">
    Ja
    <input type = "radio" name = "Sicher" value = "nein">
    Nein
    </td>
    <td class="M_tab3a" align="right">
    <input type="submit" name="submit" value="Senden">
        
    </td>
    </tr>
    </table>
    </form>
    </table>
    </form>
    <form action="logout.php" method="post">

    <table width="273" border="0" align="center" cellpadding="0" cellspacing="0" class="M_tab3a">
    <tr>
    <td align="right" class="M_tab3a">
    <input type="submit" name="submit" value="Logout">
        
    </td>
    </tr>
    </table>
    </form>
    ;

    der betreffende ausschnitt aus der CSS datei:

    &
    table.M_tab3a {
    border-left:
    1px solid #016AB3;
    padding:
    0px;
    margin:
    0px;
    }
    table.M_tab3a td {
    color:
    black;
    padding:
    5px;
    border-bottom:
    1px solid #016AB3;
    border-right:
    1px solid #016AB3;
    }
    table.M_tab3a td ol {
    }
    table.M_tab3a td li {
    color:
    black;
    margin:
    0px;
    padding:
    0px;
    padding-top:
    7px;
    }
    table.M_tab3a td.M_tab3a_sp2 {
    height:
    25px;
    color:
    white;
    font-weight:
    bold;
    background-color: #016AB3;
    padding-left:
    5px;
    }
    ;



  • Die ersten beiden Tabellen haben width="270" und die dritte width="273".


Anmelden zum Antworten