a770x: 3 spalt/aspirin/keiliges CSS Layout

Beitrag lesen

Gesungen auf den Refrain von "Let it be":

gib uns Code,
gib uns Code,
gib uns Code,
komm, gib uns Code,
dann können wir Dir helfen,
gib uns Code!

Gruß, LX

sorry ab den Code habe ich garnicht gedacht

  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
<html xmlns="http://www.w3.org/1999/xhtml">  
<head>  
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
<title>Unbenanntes Dokument</title>  
</head>  
  
<body>  
[code lang=css]<style>  
#links{  
 width: 80px;  
 height: 300px;  
 background-color: #330033;  
 float: left;  
}  
#rechts{  
 width: 100px;  
 height: 300px;  
 background-color: #990000;  
 float: right;  
}  
#mitte{  
 width: 500px;  
 height: 700px;  
 margin-left: 80px;  
 background-color:#669999;  
}  
</style>
~~~<div id="links"></div>  
<div id="rechts"></div>  
<div id="mitte"></div>  
</body>  
</html>  
[/code]  
ich hoffe ihr könnt euch vorstellen wie ich es meine