Layoutproblem: Tabelle ohne Border
Verfasst: 06.10.2005 22:16
Hallo,
ich habe mal wieder ein altes Layoutproblem, welches ich aus der Welt schaffen will.
Objekt: http://paludarium.pipidae.de/cgi/phpBB2/index.php - Layout-Aufbau mit Tabellen
Ich schaffe es nicht, dass zwischen den Hintegrundbildern der gesamten Seite kein schmaler Abstand mehr ist.
Auszug css Datei:
Weitere Details siehe Quelltext.
Danke und Gruß Martin
ich habe mal wieder ein altes Layoutproblem, welches ich aus der Welt schaffen will.
Objekt: http://paludarium.pipidae.de/cgi/phpBB2/index.php - Layout-Aufbau mit Tabellen
Ich schaffe es nicht, dass zwischen den Hintegrundbildern der gesamten Seite kein schmaler Abstand mehr ist.
Auszug css Datei:
Code: Alles auswählen
body {
background-color: #CCFF33;
scrollbar-face-color: #DEE3E7;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #DEE3E7;
scrollbar-3dlight-color: #D1D7DC;
scrollbar-arrow-color: #006699;
scrollbar-track-color: #EFEFEF;
scrollbar-darkshadow-color: #98AAB1;
text-align: center;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
border: 0px;
}
TABLE.body {
height: 100%;
width: 100%;
border: 0px none;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}
TD.tdbody {
vertical-align: top;
width: auto;
border: 0px none;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
background-image: url(../../../../gfx/bg.jpg);
}
TD.tdnav {
vertical-align: top;
width: 152px;
border: 0px none;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
background-image: url(../../../../gfx/bg_nav.jpg);
}
Danke und Gruß Martin