Danke!! Im IE und Opera passt es nun. Im NN 4.7 wird dafür nicht einmal ein einziges DIV annähernd richtig dargestellt. Kann mir jemand helfen mein CSS so anzupassen, dass es auch im NN 4.7 funktioniert?
Mein CSS:
html {
height : 100%;
margin : 0;
padding : 0;
vertical-align : 50%;
}
body {
height : 100%;
background-color : #c0c0c0;
padding : 0;
text-align : center;
}
#backg {
min-height : 100%;
width : 780px;
position: relative;
margin : auto;
background-image : url("../images/backg.gif");
overflow : auto;
}
#forms {
min-height : 100%;
width : 760px;
position: relative;
margin : auto;
background-color : #003399;
overflow : auto;
}
#navbar {
height : 500px;
width : 160px;
background-color : black;
margin : 0;
padding : 0;
float : left;
overflow : auto;
position: relative;
}
#navbar[id] {
position: absolute;
}
#right {
background-color : green;
background-image : url("../images/rightbackg.gif");
background-repeat : no-repeat;
background-position : 50% 50%;
width : 50px;
height : 400px;
margin : 0;
padding : 0;
float:right;
position: relative;
}
#body {
background-color : yellow;
right: 0px;
min-height:100%;
width :544px;
margin : 0;
padding : 0;
overflow : auto;
position: relative;
}
#body[id] {
left:160px;
right: 50px;
}
MfG,
Bewerber