css ist ja nicht grad meine Stärke und da spielt einem der Internet Explorer auch noch einen Streich
im Firefox ist es so wie es soll, aber der Internet Explorer möchte nicht und nimmt die komplette Breite.
kann mir jemand helfen
body {
padding: 0px;
margin: 0px;
background-color: #ffffff;
width:800px;
}
#logo {
height: 100px;
margin: 10px;
background-color: #eeeeee;
border-style:ridge;
border-width:1px;
}
#inhalt {
width: auto;
margin: 0px 180px;
background-color: #eeeeee;
border-style:ridge;
border-width:1px;
}
#links {
position: absolute;
top: 120px;
left: 10px;
width: 160px;
height: 300px;
background-color: #eeeeee;
border-style:ridge;
border-width:1px;
}
#rechts {
position: absolute;
top: 120px;
left: 630px;
width: 160px;
height: 300px;
background-color: #eeeeee;
border-style:ridge;
border-width:1px;
}
im Firefox ist es so wie es soll, aber der Internet Explorer möchte nicht und nimmt die komplette Breite.
kann mir jemand helfen
