Hallo zusammen,
irgendwie stehe ich gerade völlig auf dem schlauch.
ich hab ein css layout gebaut und will das mittig zentrieren,
das komplette layout.
ich hab wohl nen kleinen denkfehler drin und komme selbst nach mehrfachen suchen und lösungangeboten nicht auf den fehler:
hier der html teil:
und das dazugehörige css:
wie gesagt, ich steh komplett auf dem schlauch.
wie bekomm ich die dinger alle in die mitte?
grüße
tymoe
irgendwie stehe ich gerade völlig auf dem schlauch.
ich hab ein css layout gebaut und will das mittig zentrieren,
das komplette layout.
ich hab wohl nen kleinen denkfehler drin und komme selbst nach mehrfachen suchen und lösungangeboten nicht auf den fehler:
hier der html teil:
HTML:
<div id="center">
<div id="seperator"> <img src="http://www.psd-tutorials.de/modules/Forum/images/seperator.jpg" width="134" height="533" alt="" /></div>
<div id="head_left"> <img src="http://www.psd-tutorials.de/modules/Forum/images/head_links.jpg" width="64" height="111" alt="" /></div>
<div id="head_right"> <img src="http://www.psd-tutorials.de/modules/Forum/images/head.jpg" width="602" height="111" alt="" /></div>
<div id="textline"> <img src="http://www.psd-tutorials.de/modules/Forum/images/slogan.jpg" width="64" height="426" alt="" /></div>
<div id="topnav"> Navigation </div>
<div id="content_container">content here </div>
<div id="vertical"></div>
</div>
Code:
body{
background-color:#FFFFFF;
text-align: center;
}
#center{
margin: 0px auto ;
width: 950px;
text-align: left;
}
#seperator {
position:absolute;
left:64px;
top:10px;
width:134px;
height:533px;
}
#head_left{
position:absolute;
left:0px;
top:27px;
width:64px;
height:111px;
}
#head_right{
position:absolute;
left:198px;
top:27px;
width:602px;
height:111px;
}
#textline{
position:absolute;
left:0px;
top:138px;
width:64px;
height:426px;
}
#topnav{
position:absolute;
left:205px;
top:138px;
width:595px;
height:37px;
border-right: 1px dashed;
}
#content_container {
position:absolute;
left:205px;
top:175px;
width:595px;
height:75%;
border-right: 1px dashed;
}
#vertical {
position:absolute;
left:64px;
top:175px;
width:134px;
height:75%;
background-image: url(images/navback.jpg);
background-repeat:repeat-y;
background-repeat:repeat;
}
wie bekomm ich die dinger alle in die mitte?
grüße
tymoe
Zuletzt bearbeitet: