Hallo Michael!
Ich würde behaupten, dass das Sarkasmus war. Aber ich bin mir bei Cheatah auch nicht immer sicher. Solltest Du Dein Layout so aufbauen, wie hier gepostet, und dabei beim weiteren Aufbau Deiner Seite darauf achten, dass Du Design und Quelltext strickt trennst, dann wirst Du in Zukunft auch Cheatah verstehen ;o)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Datei</title>
<style type="text/css">
<!--
p.box {
border: 10px solid white;
position: absolute;
top: 50%;
left: 50%;
height: 480px;
width: 762px;
overflow: auto;
}
p.box[class] {
width: 762px;
height: 480px;
margin-top: -240px;
margin-left: -381px;
}
body {
background-color: #990000;
color: #000000;
text-align:center;
}
-->
</style>
<!--[if lte IE 6.99]>
<style type="text/css">
<!--
p.box
{
margin-top: -240px;
margin-left: -381px;
}
-->
</style>
<![endif]-->
</head>
<body>
<p class="box" title="box"></p>
</body>
</html>
Schönen Gruß