thx für deine antwort nur das hilft mir nicht wirklich , weil ich schon tabellen verwende .
Code:
<html>
<head>
<title>index</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<iframe name="info1" align="right" height="200" width="150" hspace="10" vspace="10" scrolling="no" src="iframestest.htm"></iframe>
<iframe name="info2" align="right" height="200" width="150" hspace="10" vspace="10" scrolling="no" ></iframe>
<body bgcolor="#000000">
<div align="left" >
<table width="16%" height="177" border="1" bordercolor="#5F81F3">
<tr>
<td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Startseite</font></div></td>
</tr>
<tr>
<td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Admin</font></div></td>
</tr>
<tr>
<td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Computer</font></div></td>
</tr>
<tr>
<td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Server</font></div></td>
</tr>
<tr>
<td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Projekte</font></div></td>
</tr>
<tr>
<td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Kontakt</font></div></td>
</tr>
</table>
</div>
</body>
</html>
und das java script hat mein Dreamweaver reingeschrieben , ich weiß aber nicht wirklich was das bezweckt .
mfg _THE_LAW_