Hallo ncay,
wie mach ich die scrolleiste im iframe so, dass es sie nur gibt, wenn sie gebraucht wird?
keine Ahnung.
warum sieht das nicht so aus wie ich es mir wünsche?
code:
<table width="500" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="217" colspan="3"> <img src="images/header.jpg" border="0"></td>
</tr>
drei Spalten
<tr height="5px" color="#BD0000">
</tr>
keine Spalte
<tr background="img/menu.jpg">
<td width="100" height="53"> <a href="start.htm" target="main" align="center"> start.up </a>
<td width="100" height="53"> <a href="about.htm" target="main"> about </a>
<td width="100" height="53"> <a href="travellog.htm" target="main"> travellog </a>
<td width="100" height="53"> <a href="links.htm" target="main"> links </a>
<td width="100" height="53"> <a href="games.htm" target="main"> games </a>
</tr>
fünf Spalten
<tr>
<td width="500" height="100%"><iframe name="main" frameborder="3" marginheight="0" marginwidth="0" scrolling="yes" height="100%" width="500" src="start.htm"></iframe>
</td>
</tr>
eine Spalte
</table>
wenn es schon unbedingt ein Tabellenlayout sein soll, dann wenigstens in allen Zeilen gleich viele Spalten. colspan kennst Du ja noch.
Gruß, Jürgen