hi zusammen,
ich habe einige Anpassungen in meinem css-layout gemacht.
ursprünglich ist das layout folgendermasse:
<container>
<header>
</header>
<wrapper>
<maincontent>
</maincontent>
<rightcon>
</rightcon>
</wrapper>
<leftcon>
</leftcon>
</container>
der container hat aus irgendeinem grund aber inzwischen nur noch den header involwiert...
hier die css-daten:
body {
margin-top:56;
font-family:verdana, Helvetica, sans-serif;
text-align:left;
background:#ffffff ;
}
#container {
text-align:left;
border:1px solid #fff;
background: url(../images/background.gif) 0 0 repeat; position:relative;
width:1012px;
margin:0 auto;
}
#container2col {
text-align:left;
border:1px solid #fff;
top:0px;
background:url(../images/background2col.gif) 0 120px repeat; position:relative;
width:850px;
margin:0 auto;
}
#container3col {
text-align:left;
border:0px solid #fff;
background:#cccccc url(../images/background3col1.gi) 0 120px repeat; position:relative;
width:1020px;
height:100%;
margin:0 auto;
}
#header {
top:10px;
clear:both;
text-align:left;
width:1010px; height:229px;
background:url(../images/header.jpg) 0 0 no-repeat; position:relative;
z-index: 10;
}
#left-content {
position:relative;
float:left;
width:155px;
padding-left:50px;
padding-right:25px;
top:68px;
color:#7F7F7F;
font-size:10px;
}
#wrapper {
float:right;
width:779px;
}
#main-content1col {
width:830px;
min-height: 175px;
padding:10px;
}
#main-content2col {
float:right;
width:650px;
min-height: 175px;
padding:10px;
}
#main-content3col {
float:left;
width:550px;
padding:0px;
}
#right-content {
top:68px;
text-align:right;
padding-left:25px;
padding-right:50px;
position:relative;
float:right;
width:154px;
}
brauche dringend hilfe, finde den fehler nicht mehr!!!
danke, gruß cd