Nicht mehr ganz neu hier
Hallo, habe eine Frage. Ich habe meine website fertig und im firefox und safari ist sie zentriert also kein problem. Nur beim explorer egal bei welchem nimmt er die ganze Oberfläche nimmt also keinen Rand.
woran könnte das liegen.
HTML:
body {
background-color:white;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}
div#wrapper {
background: white;
color: black;
width: auto;
min-width: 660px;
max-width: 72em;
margin: 10px auto;
}
woran könnte das liegen.