M
MORE1970
Liebe Forengemeinschaft!
Ich habe große Probleme bei der Darstellung meiner Seite im IE und Safari. Im IE erscheint alles so wie es sein soll, bei Safari erhalte ich oben einen großen weißen Leerraum.
Nachstehend ein Auszug aus meinen CSS-Klassen:
<style type="text/css">
<!--
body {
margin: 0;
padding: 0;
}
html {
background: #5670A1 url(../images/bg.png) 0 0 repeat-x;
}
tr, p, div {
font-family : verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
color : #666666;
}
.clr {
clear : both;
}
#top_img {
width : 946px;
height : 8px;
margin : auto;
background : url(../images/top_img.jpg) no-repeat;
}
#center_img {
width : 946px;
margin : auto;
background : url(../images/center_img.jpg) repeat-y;
}
#bottom_img {
width : 946px;
height : 30px;
margin : auto;
background : url(../images/bottom_img.jpg) no-repeat;
}
#topmenu {
width : auto;
float : left;
margin-top : 218px;
margin-left:13px;
padding : 0px;
}
#header_container {
width : 926px;
height : 260px;
margin-top : -254px !important;
margin-top : 0px;
margin-left : 13px !important;
margin-left : 0px;
background : url(../images/logo.jpg) no-repeat;
clear : both;
}
-->
</style>
Kann mir jemand einen Tip geben, was ich hier falsch gemacht habe?
Vielen herzlichen Dank und
lG
Monika
Ich habe große Probleme bei der Darstellung meiner Seite im IE und Safari. Im IE erscheint alles so wie es sein soll, bei Safari erhalte ich oben einen großen weißen Leerraum.
Nachstehend ein Auszug aus meinen CSS-Klassen:
<style type="text/css">
<!--
body {
margin: 0;
padding: 0;
}
html {
background: #5670A1 url(../images/bg.png) 0 0 repeat-x;
}
tr, p, div {
font-family : verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
color : #666666;
}
.clr {
clear : both;
}
#top_img {
width : 946px;
height : 8px;
margin : auto;
background : url(../images/top_img.jpg) no-repeat;
}
#center_img {
width : 946px;
margin : auto;
background : url(../images/center_img.jpg) repeat-y;
}
#bottom_img {
width : 946px;
height : 30px;
margin : auto;
background : url(../images/bottom_img.jpg) no-repeat;
}
#topmenu {
width : auto;
float : left;
margin-top : 218px;
margin-left:13px;
padding : 0px;
}
#header_container {
width : 926px;
height : 260px;
margin-top : -254px !important;
margin-top : 0px;
margin-left : 13px !important;
margin-left : 0px;
background : url(../images/logo.jpg) no-repeat;
clear : both;
}
-->
</style>
Kann mir jemand einen Tip geben, was ich hier falsch gemacht habe?
Vielen herzlichen Dank und
lG
Monika