Hupraum: Dynamische Anordnung in der Höhe

Beitrag lesen

Hallo,
vielen Dank für die Antworten. Das Komplizierte ist oft sehr einfach zu lösen. Ich habe es hinbekommen:

  
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">  
<html>  
<body>  
  
 <div style="position:absolute; top:0px; left:50px; height:100px; right:50px; background-color:#DFDFDF;">  
   <b>Head</b> height:100px;  
 </div>  
  
 <div style="position:absolute; top:120px; left:50px; bottom:80px; right:50px; background-color:#BF00FF;">  
   <b>Content</b> (dynamisch)  
 </div>  
  
 <div style="position:absolute; bottom:0px; left:50px; height:60px; right:50px; background-color:#DFD0CE;">  
  <b>Feed</b>  height:60px;  
 </div>  
  
</body>  
</html>  

Damit ist meine Frage beantwortet.
Gruß
Johannes