noise
Mitglied
Hallo Leute!
Ich habe zum ersten mal ein Layout mit CSS gestaltet und schon hab ich die gröbsten Probleme mit der Darstellung im IE! Ich hab einen shot vom FF & IE angehängt.
Gibts da - wenn ich euch das mal anschaut gleich etwas wo ihr sagt: ja klar - da musst du noch das und das machen damit das korrekt dargestellt wird?
Ich habe zum ersten mal ein Layout mit CSS gestaltet und schon hab ich die gröbsten Probleme mit der Darstellung im IE! Ich hab einen shot vom FF & IE angehängt.
Gibts da - wenn ich euch das mal anschaut gleich etwas wo ihr sagt: ja klar - da musst du noch das und das machen damit das korrekt dargestellt wird?
Code:
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: verdana, arial, helvetica, sans-serif;
color: #000000;
background-color: #FFFFFF;
text-align: center;
}
#container {
background-color: blue;
padding: 0px;
margin: 1em auto;
background: #FFFFFF;
border: 1px solid #000000;
text-align:left;
width: 850px;
height: 568px;
}
#header {
padding: 0px;
height: 162px;
width: 850px;
background-color: red;
}
#header_logo {
height: 162px;
width: 175px;
background-color: blue;
float: left;
}
#header_banner {
height: 77px;
width: 675px;
float: right;
}
#header_spacer_top {
height: 11px;
width: 675px;
float: right;
}
#header_animation {
height: 74px;
width: 662px;
float: right;
}
#header_spacer_left {
height: 74px;
width: 13px;
float: left;
}
#navi_container {
height: 406px;
width: 175px;
background-color: green;
float: left;
}
#navi_choice {
height: 183px;
width: 113px;
background-color: red;
float: left;
}
#navi_animation {
height: 183px;
width: 34px;
background-color: purple;
float: left;
}
#navi_border {
height: 183px;
width: 28px;
background-color: black;
float: right;
}
#navi_bottom {
height: 223px;
width: 175px;
float: bottom;
}
#content {
padding: 0px;
background-color: yellow;
width: 675px;
height: 406px;
overflow:auto;
float: right;
background-image:url(images/Content_main.jpg);
}