Hallo, ich hab ein problem. und zwar, meine tabellen halten sich nicht an die angegeben höhe von 100%! warum nicht? ich vetstehrs einfach nicht!
bitte um hilfe. hier mal der code.
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="800" height="120" class="t_top" valign="bottom"><?php include("system/Vzaehler.php"); ?></td>
</tr>
<tr>
<td width="800" height="20" class="t_menu" align="right"><?PHP echo date("d M Y | H:i", time());?></td>
</tr>
<tr>
<td width="800" class="t_content" valign="top"><?PHP include ("system/".$page.".php") ?></td>
</tr>
<tr>
<td width="800" align="center" class="copyright">© 2004/05 Lohberger Ulrich</td>
</tr>
</table>
Hier noch die css von der tabelle:
.t_top
{
border-top-width:0pt;
border-left-width:1pt;
border-right-width:1pt;
border-bottom-width:0pt;
border-top-color:#990000;
border-left-color:#000000;
border-right-color:#000000;
border-bottom-color:#000000;
border-style:solid;
padding-left:5pt;
background-image:url(../gfx/design/t_top.jpg);
FONT-FAMILY: Verdana, Helvetica, sans-serif;
COLOR: #FFFFFF;
FONT-SIZE: 8pt;
FONT-WEIGHT: bold;
}
.t_menu
{
border-top-width:1pt;
border-left-width:1pt;
border-right-width:1pt;
border-bottom-width:0pt;
border-top-color:#990000;
border-left-color:#000000;
border-right-color:#000000;
border-bottom-color:#990000;
border-style:solid;
background-color:#DDDDDD;
FONT-FAMILY: Verdana, Helvetica, sans-serif;
COLOR: #000000;
FONT-SIZE: 8.5pt;
FONT-WEIGHT: none
}
.t_content
{
border-top-width:1pt;
border-left-width:1pt;
border-right-width:1pt;
border-bottom-width:0pt;
border-top-color:#990000;
border-left-color:#000000;
border-right-color:#000000;
border-bottom-color:#000000;
border-style:solid;
background-color:white;
background-image:url(../gfx/design/c_bg.gif);
height:100%;
padding-left:5pt;
padding-top:5pt;
FONT-FAMILY: Verdana, Helvetica, sans-serif;
COLOR: #000000;
FONT-SIZE: 8pt;
FONT-WEIGHT: bold;
}