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