Hallo und guten Abend,
ich habe meine Seite in verschiedene Tabellen aufgeteilt. ungefähr so...
<html>
<head>
</head>
<body>
<table width="85%" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="li">
</td>
<td>
<!--ende aussentab-->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="top">
</td>
</tr>
<tr>
<td id="oben">
</td>
</tr>
</table><!--ende oben-->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td id="sp1">
</td>
<td valign="top" id="sp2">
</tr>
<tr>
<td colspan="1" id="fussleiste">
</td>
<td colspan="1" id="fussleiste2">
</td>
</tr>
</table>
</td>
<td class="re"></td><!-- aussentab-->
</tr>
</table>
</body>
</html>
ich möchte gern, dass der Inhalt in Spalte 2 (id=sp2) variabel nach unten ins unendliche scrollen kann, allerdings spalte 1 sich in der Höhe nicht ändert/ bzw. der komplette Rest fix ist.
Ich kann für die Spalte 2 einen IFrame definieren, allerdings habe ich gelesen, dass das nicht sehr elegant ist... gibt es für den Sinn und Zweck eines IFrames eine Alternative??
danke und gruß, sebastian