@ ismi: Falls du doch noch selber was lernen willst (bzw. falls .Mi das auch nicht kann) hab ich mal das Zentrieren probiert, hat eh gleich geklappt.
Anzeige
Quellcode:
HTML-Code:
<html>
   <head>
      <title>drunken monkey</title>
   </head>

   <style type = "text/css">

      .center {background-color: yellow; 
	       width: 75%; 
	       height: 75%; 
	       margin: auto; 
	       position: absolute; 
	       top: 0px; 
	       left: 0px; 
	       right: 0px; 
	       bottom: 0px; }

   </style>

   <body bgcolor = "#FF0000">
      
   <div class = "center">
      &nbsp;
   </div>
</body>
</html>
Funktioniert wie du siehst einwandfrei.