(gelöst) Divs untereinander "gestapelt" und bekomme Abstände nicht weg
Posted: Wed Jul 21, 2010 5:47 pm
Hallo,
ich habe ein Problem welches eigentlich gar keins sein dürfte:
Ich habe verschiedene divs mit Hintergrundbildern für Header, Menü, Content usw. untereinander in einem Wrapper gestapelt.
Seltsamerweise entstehen immer zwischen den divs Abstände, die ich nicht rausbekomme. Ich weiß einfach nicht weiter ... Kann da wer helfen, bitte?
Der einzige Abstand zwischen header und menü ging über padding-top im menü weg. Zwischen Menü und Content sind ca. 100px und zwischen Content und Footer ca. 15px?
---------------------------------------
css:
---------------------------------------
html {
}
body {
text-align:center;
margin:0px;
padding:0px;
font-family: Georgia, serif;
font-size: 16px;
font-style: normal;
line-height: 1.2em;
background-color:#333300;
}
img {
border:0px;
}
#wrapper{
margin:auto;
text-align:left;
position:relative;
width:980px;
height:auto;
}
#header{
position:relative;
width:980px;
height:230px;
background-image:url(uploads/images/bg_header.png); background-repeat: no-repeat;
}
#menu{
position:relative;
clear:both;
text-align:center;
width:980px;
height:179px;
padding-top:17px;
background-image:url(uploads/images/bg_menu.png); background-repeat: no-repeat;
}
#content{
position:relative;
clear:both;
width:980px;
height:300px;
background-image:url(uploads/images/bg_content.png); background-repeat: repeat-y;
}
#footer{
clear:both;
position:relative;
text-align:center;
width:980px;
height:200px;
background-image:url(uploads/images/bg_footer.png); background-repeat: no-repeat;
}
#anfrage{
position:relative;
width:130px;
height:30px;
padding-top:30px;
padding-left:30px;
}
---------------------------------------
template:
---------------------------------------
{process_pagedata}
{sitename} - {title}
{metadata}
{stylesheet}
{cms_selflink page="anfrage" text="Anfrageformular" image="uploads/images/anfrage-formular.gif" imageonly=1}
{menu}
{content}
{global_content name='footer'}
-------------------------------------------------------------------------------------
ich habe ein Problem welches eigentlich gar keins sein dürfte:
Ich habe verschiedene divs mit Hintergrundbildern für Header, Menü, Content usw. untereinander in einem Wrapper gestapelt.
Seltsamerweise entstehen immer zwischen den divs Abstände, die ich nicht rausbekomme. Ich weiß einfach nicht weiter ... Kann da wer helfen, bitte?
Der einzige Abstand zwischen header und menü ging über padding-top im menü weg. Zwischen Menü und Content sind ca. 100px und zwischen Content und Footer ca. 15px?
---------------------------------------
css:
---------------------------------------
html {
}
body {
text-align:center;
margin:0px;
padding:0px;
font-family: Georgia, serif;
font-size: 16px;
font-style: normal;
line-height: 1.2em;
background-color:#333300;
}
img {
border:0px;
}
#wrapper{
margin:auto;
text-align:left;
position:relative;
width:980px;
height:auto;
}
#header{
position:relative;
width:980px;
height:230px;
background-image:url(uploads/images/bg_header.png); background-repeat: no-repeat;
}
#menu{
position:relative;
clear:both;
text-align:center;
width:980px;
height:179px;
padding-top:17px;
background-image:url(uploads/images/bg_menu.png); background-repeat: no-repeat;
}
#content{
position:relative;
clear:both;
width:980px;
height:300px;
background-image:url(uploads/images/bg_content.png); background-repeat: repeat-y;
}
#footer{
clear:both;
position:relative;
text-align:center;
width:980px;
height:200px;
background-image:url(uploads/images/bg_footer.png); background-repeat: no-repeat;
}
#anfrage{
position:relative;
width:130px;
height:30px;
padding-top:30px;
padding-left:30px;
}
---------------------------------------
template:
---------------------------------------
{process_pagedata}
{sitename} - {title}
{metadata}
{stylesheet}
{cms_selflink page="anfrage" text="Anfrageformular" image="uploads/images/anfrage-formular.gif" imageonly=1}
{menu}
{content}
{global_content name='footer'}
-------------------------------------------------------------------------------------