Herzlich willkommen im Archiv vom ABAKUS Online Marketing Forum
Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.
Code: Alles auswählen
<body style="text-align:center">
Code: Alles auswählen
<style type="text/css">
body {
background-color: #a3a3a3;
text-align:center;
overflow: auto;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#rahmen{
position:relative;
margin:0 auto;
width:auto;
background-color:#f6f6f6;
height:auto;
text-align: center;
width:760px;
}
#cont{
text-align:left;
position:absolute;
left:0px;
top:20px;
width:700px;
background-color:#ff3377;
}
#navi{
text-align:left;
position:absolute;
left:0px;
top:0px;
width:700px;
background-color:#ee33aa;
}
</style>
<div id="rahmen" >
<div id="cont" >sadfasd CONTENT asdasd</div>
<div id="navi" >asdasd NAVI asas</div>
</div>
Code: Alles auswählen
<style type="text/css">
body {
background-color: #a3a3a3;
text-align:center;
overflow: auto;
margin: 0;
}
#rahmen{
position:relative;
margin:0 auto;
width:auto;
background-color:#f6f6f6;
height:auto;
text-align: center;
width:760px;
}
#cont{
text-align:left;
position:absolute;
left:0px;
top:20px;
width:700px;
background-color:#ff3377;
}
#navi{
text-align:left;
position:absolute;
left:0px; /* ohne das in IE unerträglich !!! */
top:0px;
width:700px;
background-color:#ee33aa;
}
.abstandhalter {
padding-left: 20px;
padding-right: 20px;
}
</style>
<div id="rahmen" >
<div id="cont" ><div class="abstandhalter">sadfasd CONTENT asdasd</div></div>
<div id="navi" ><div class="abstandhalter">asdasd NAVI asas</div></div>
</div>
Code: Alles auswählen
body {
background-color: #a3a3a3;
text-align:center;
margin: 0;
padding:0;
}