tkiela
Hüüüüäääh? :):)
- 25 August 2007
- 634
- 44
Moin.
Ich bekomme mein einfaches 3 Spalten Layout einfach nicht richtig mit CSS hin.
Momentan sieht es folgendermaßen aus:

Also alle drei Spalten sind auf verschiedenen Höhen.
Vielleicht könnt ihr mir ja helfen.
Ich bekomme mein einfaches 3 Spalten Layout einfach nicht richtig mit CSS hin.
Momentan sieht es folgendermaßen aus:

Also alle drei Spalten sind auf verschiedenen Höhen.
HTML:
#menu_left {
background-image: url(img/menu_left.png);
background-repeat: repeat-y;
margin-top:5px;
position: absolute;
width:182px;
margin-right:10px;
z-index:2;
}
#content {
z-index:4;
width:525px;
margin: 5px 187px;
}
#bg {
z-index:1
background-image: url(img/back.gif);
}
#menu_right {
z-index:3;
position:absolute;
left: 725px;
width:182px;
margin-left:10px;
background-image: url(img/menu_left.png);
background-repeat: repeat-y;
}
Vielleicht könnt ihr mir ja helfen.