[Datug] vertical-align=top funzt nich

Dirk Völlger dvoellger at web.de
Wed Apr 21 21:37:13 CEST 2004


Hab mal ne Frage,

wenn ich meine Seite aufrufe, springt sie ständig auf dem Bildschirm hin- und 
her (mal oben ausgerichtet, mal nach unten verschoben). Also ich habe in der 
main css ein vertical-align = top angegeben:

table {
    vertical-align: top;
}

table_main {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        padding: 0 0 0 0;
        margin: 0px auto;
        width: 760px;
        height: 440px;
        background-color: #ffffff;
        border: 0 ;
        border-collapse: collapse;
        border-right: 0px solid #000000;
}


das template sieht folgendermaßen aus:

<body>
    <!--###DOCUMENT_BODY### start-->
    <table class="table_main" cellspacing="0" cellpadding="0">
       <!--<tr>-->
          <td>
                <table class="table_three_cell" cellspacing="0" 
cellpadding="0">

Woran kann das liegen?




More information about the TYPO3-UG-darmstadt mailing list