Hallo,
ich habe folgende Formatierung in einem CSS-File:
Im IE wird mir alles so angezeigt, wie von mir gewünscht. Im Firefox und Netscape wird die Hintergrundfarbe nicht so angezeigt, wie ich es möchte.
Wie kann ich das Problem beheben?
Gruß
Arndtinho
ich habe folgende Formatierung in einem CSS-File:
Code:
#content {
float: right;
top: 150px;
margin-top: 0;
width: 600px;
height: 600px;
padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
font-family: Arial;
font-size: 13px;
color: #264A96;
background-color: #ebedf5;
}
Wie kann ich das Problem beheben?
Gruß
Arndtinho