hallo ich habe ein problem beim mozilla firefox und zwar soll ine iner bestimmen zelle ein scrollbalken angeziegt werden falls der text der drinnen steht zu viel ist im IE und Opera funktioniert das alles super. es würde auch super im Mozilla funktionieren wenn ich die Bhöhe in px angebene da ich höhe aber 100% hat (das es bei jeder auflösung passt) funktioniert es aus igrendeinem grund nicht. bitte um hilfe hier der code:
<HTML>
<HEAD>
<style type="text/css">
html, body {height: 100%; }
table {height: 100%}
#inhalt{height: 100%;}
</style>
<TITLE>seite</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY style="background-color: #F0F0F0;" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<TABLE WIDTH=988 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD ROWSPAN=2 valign="top" style="background-color: #F0F0F0;" WIDTH=360>
zasatzmodule</TD>
<TD WIDTH=628 height="86px" valign="top" style="border-style:none; border-width:medium; margin: 0px; background-image: url('Bilder/kuttner_02.gif');
background-repeat: no-repeat;
background-position: top-left;" >hier kommt das jeweilige Logo her </TD>
</TR>
<TR>
<TD WIDTH=628 height="100%" valign="top" style="border-style:none; border-width:medium; margin: 0px; background-image: url('Bilder/kuttner_03.gif');
background-repeat: repeat; background-position: top-left;"><div style=" width: 628px; height: 100%; overflow: auto;">test<br><br><br><br><br><br>test<br><br><br><br><br><br>test<br><br><br><br><br><br>test<br><br><br><br><br><br>test<br><br><br><br><br><br>test<br><br><br>tes</div></td>
</TR>
<TR>
<TD COLSPAN=2 WIDTH=988 HEIGHT=31 valign="top" style="border-style:none; border-width:medium; margin: 0px; background-image: url('Bilder/kuttner_04.gif');
background-repeat: no-repeat;
background-position: top-left;" >
</TD>
</TR>
<TR>
<TD COLSPAN=2 WIDTH=988 HEIGHT=143 valign="top" style="border-style:none; border-width:medium; margin: 0px; background-image: url('Bilder/kuttner_05.gif');
background-repeat: no-repeat;
background-position: top-left;">
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
danke schon im voraus