crsakawolf
Erfahrenes Mitglied
Moin Community,
frage zu einer Tabelle, die auf meiner Seite 100% nach utnen reichen soll.
hier der code
Css Datei
Mein Problem. ich habe rechts eine spalte, navigation, und drunter soll einfach nur das Background bis runter gehen.
Also immer bis runter.
Jmd ne idee?
frage zu einer Tabelle, die auf meiner Seite 100% nach utnen reichen soll.
hier der code
HTML:
<table cellpadding="0" cellspacing="0" style="width:155px;height:100%;">
<tr style="height:100%;background-image:url('../design/button/navi_bg.jpg');background-repeat:background-repeat:repeat-y;">
<td style="height:100%">
</td>
</tr>
</table>
Css Datei
HTML:
/*---CSS Datei PS3---*/
body{
background-color:#1e1e1e;
margin:0px;
padding:0px;
height:100%;
}
img{
display:block;
border:0px;
}
table{
border:0px;
margin:0px;
padding:0px;
}
#header{
}
#navi{
height:100%;
width:155px;
}
Mein Problem. ich habe rechts eine spalte, navigation, und drunter soll einfach nur das Background bis runter gehen.
Also immer bis runter.
Jmd ne idee?