Code:
<style type="text/css">
html, body {
margin: 0;
padding: 0;
color: #eee;
background: #333;
height: 100%; /* Das will der IE. */
}
html>body {
/* Das will der Rest. Safari kann kein min-height, daher wird hier
* eventuell etwas abgeschnitten, wenn die zentrierte Box größer
* als das Fenster ist */
height: auto;
min-height: 4em;
min-width: 20em;
}
h1 {
margin: 0;
font: 2em/2 Apple Garamond, Garamond, serif;
width: 20em;
text-align: center;
border: 6px double #eee;
/* Jetzt wird sie zentriert. */
position: absolute;
top: 50%;
left: 50%;
/* Jetzt steht die linke obere Ecke genau am Mittelpunkt. Noch. */
margin-top: -1em; /* == halbe Zeilenhöhe. */
margin-left: -10em; /* == halbe Breite. */
}
</style>
<h1>
<table border="0">
<tr>
<td>
<center>
[img]gif akltaa.GIF[/img]
</center>
</td>
</tr>
</table>
<table>
<tr>
<td>
<iframe align="left" name="menu" src="menu.html" width="250" height="300" border="0" frameborder="0">Ihr Browser unterstützt Inlineframes nicht oder zeigt sie in der derzeitigen Konfiguration nicht an.</iframe>
</td>
<td>
<iframe name="open" src="news.html" width="723" height="320" border="0" frameborder="0">
Ihr Browser unterstützt Inlineframes nicht oder zeigt sie in der derzeitigen Konfiguration nicht an.</iframe>
</td>
</tr>
</table>
<table>
<tr>
<td background="unten2.png" width="990">
<center>
<font color="yellow">|</font> <font color="white"> Impressum </font>
<font color="black">|</font> <font color="white"> Kontakt </font> <font color="yellow">|</font>
</center>
</td>
</tr>
</table>
</h1>
So hab ich das gemacht. Das mit dem <h1> hab ich halt provisorisch gemacht, wenn es klappen würde würd ich das halt versuchen mit body class zu machen.... Aber das hab ich auch schon ausprobiert und das geht auch nicht