Kolibri: Blöcke nebeneinander

Hallo,

so gehts:

  
#menu {  
  position: absolute;  
  top: 20px;  
  left: 20px;  
  width: 130px;  
  height: 300px;  
  background-color: #ffcc00;  
}  
#inhalt {  
  margin-left: 150px;  
  background-color: #ffffc6;  
}  

Wenn ich diese Blöcke aber innerhalb einer Seite nebeneinander haben will, klappts natürlich nicht mehr.

Deshalb habe ich im 'menu-Block auf position:relative; umgestellt, dann gehts aber  noch weniger.

Was mache ich falsch?

Tim

  1. Hi,

    Was mache ich falsch?

    Du hast dich offenbar noch wenig bis gar nicht mit den Grundlagen des Layoutens mit CSS beschäftigt.

    Hole das nach: http://aktuell.de.selfhtml.org/weblog/css-spaltenlayout

    MfG ChrisB

    --
    “Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]