Hi,
ich habe nen design gemacht in ff und dem neuen IE funktioniert alles.
aber im alten IE ist alles zerschossen.
Hier mal das CSS:
ich habe nen design gemacht in ff und dem neuen IE funktioniert alles.
aber im alten IE ist alles zerschossen.
Hier mal das CSS:
Code:
@charset "utf-8";
/* CSS Document */
body{
margin: 0 auto;
padding: 0;
color: #CCCCCC;
background-color: #2d2d2d;
}
.bgg{
width: 100%;
height: 50%;
position: absolute;
top: 50%;
background-image: url(../img/verlauf_bg.png);
background-repeat: repeat-x;
}
.design{
width: 100%;
height: 100%;
}
.leiste-scanline {
height: 38px;
width: 100%;
margin-top: 11px;
background:url(../img/leiste_scanline.jpg);
position: absolute;
z-index: 1;
}
.head{
width: 100%;
height: 77px;
margin-top: 10px;
background:url(../img/head.jpg);
background-position:center;
background-repeat: no-repeat;
position:absolute;
z-index: 2;
}
.navi {
width: 100%;
height: 64px;
position: absolute;
padding-top: 120px;
}
.navibg {
width: 967px;
height: 64px;
background:url(../img/navi_07.jpg);
}
.navileft {
padding-left:0px;
width: 115px;
height: 64px;
background:url(../img/navi_links.jpg);
background-repeat:no-repeat;
position: absolute;
}
.naviright {
margin-left:851px;
width: 116px;
height: 64px;
background:url(../img/navi_rechts.jpg);
}
.buttons{
width: 736px;
height: 64px;
background:url(../img/navi_07.jpg);
margin-left: 115px;
position:absolute;
z-index: 11;
}
.content{
width: 100%;
height: 488px;
padding-top: 200px;
z-index: 3;
position: absolute;
}
.contentbg{
width: 967px;
height: 488px;
background:url(../img/content_bg.jpg);
background-repeat: repeat-x;
}
.contentlinks{
width: 967px;
height: 488px;
background:url(../img/content_link.jpg);
background-repeat: no-repeat;
position:absolute;
padding-left: 0px;
}
.contentrechts{
width: 15px;
height: 488px;
background:url(../img/content_rechts.jpg);
background-repeat: no-repeat;
position:absolute;
margin-left: 953px;
}
.contentbox{
width: 900px;
height: 435px;
margin-top: 25px;
margin-left: 30px;
z-index:5;
position: absolute;
}
.contentboxlinks{
width: 239px;
height: 435px;
background:url(../img/content_box_links.jpg);
position:absolute;
z-index: 6;
}
.contentboxrechts{
width: 612px;
height: 435px;
background:url(../img/content_box_rechts.jpg);
position:absolute;
margin-left: 270px;
z-index: 6;
}
.inhalt{
width: 610px;
height: 370px;
position: absolute;
margin-top: 30px;
margin-left: 20px;
overflow:auto;
left: 0px;
top: 3px;
z-index: 11;
}
.box_new{
width: 100%;
height: 50%;
position: absolute;
}
.box_new_bottom{
width: 100%;
height: 50%;
position: absolute;
padding-top: 217px;
}