Es ist wie immer: Idee, alles läuft gut ... dann guck ich in den IE und was ist? Alles kaputt!
Find aber den Fehler nicht, vielleicht mag ja jemand gucken.
Richtig:
Falsch:
CSS:
* {
margin: 0px;
padding 0px;
border: 0px;
}
html, body {
margin: 0 auto;
height: 100%;
background-attachment: fixed;
background-image: url('images/streifen.gif';
font-family: verdana, verdana, arial, sans-serif;
font-size: 0.9em;
}
.grund {
margin: 0 auto;
postion: relative;
height: 100%;
width: 690px;
padding: 0px 10px;
background-image: url('images/main_bg.gif';
}
.header {
position: relative;
width: 690px;
height: 190px;
}
.platzhalter {
position: relative;
height: 5px;
width: 686x;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #ffffff;
background-color: #86b823;
}