Also es geht um folgendes auf der Seite http://www.winterdienst-best.de sind links und rechts 2 striche die sollen aber übern ganzen bildschirm gehen auch wenn man scrollt wie mach ich das am besten ???
mfg Cy
hier nochmal die css:
Code
.navi {
width:770px;
height:41px;
position:absolute;
margin-left:112px;
margin-top:87px;
}
.navi2 { float:left;
}
.content {
position: absolute;
width:770px;
margin-left:112px;
left: -10px;
top: 2px;
}
.body {
width: 1000px;
height: 100%;
position: absolute;
left: 50%;
margin-left: -500px;
border-left:1px solid #999999;
border-right:1px solid #999999;
}
.center {
text-align:center;
font-family:"Segoe UI";
}
.headline {
font-size:20px;}
body {
margin:0 auto;
padding:0;
}
Alles anzeigen