Also mein Probem ist das ich nen DIV Tag in einer Tabelle habe und dieser Scrollen soll sobald der inhalt darin zu gro wird. Hier der Code:
HTML
<html>
<body>
<table height="100%">
<tr height="100%">
<td>
<div style="position:relative; top:0px; left:0px; overflow:scroll; height:100%;">
<table height="100%">
<tr height="100%">
<td>
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
</td>
</tr>
</table>
</div>
</td>
<td>
<div style="position:relative; top:0px; left:0px; overflow:scroll; height:100%;">
<table height="100%">
<tr height="100%">
<td>
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
Halllo123
</td>
</tr>
</table>
</div>
</td>
</tr>
<table>
</body>
</html>
Alles anzeigen
So im IE verhält sich der Spass wunderbar die tabelle ist 100% groß und er scrollt lustig im firefox leider nich.
Würd mich freuen wenn mir wer helfen könnte