Hallo,
ich hab mir nach dieser Anleitung (http://www.tutorials.de/forum/html/...-dynamisch-bildschirmaufloesung-anpassen.html) einen dynamischen Hintergrund für meine Webseite angelegt.
Nun hab ich aber das Problem, dass in meinen content-Container der margin: 0 auto; Befehl nicht merh funktiert.
Warum? Wie kann ich den Fehler beheben?
Meine css:
html {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
font-size: 12px;
font-family: Arial, "Lucida Grande", Geneva, Helvetica, sans-serif;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
/* BG-Image auf unterste Ebene anordnen */
#bgImg {
position: absolute;
top: 0;
left: 0;
border: 0;
z-index: 1;
}
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#container {
position: absolute;
top: 0;
left: 0;
z-index: 2;
overflow: auto;
width: 940px;
height: 100%;
margin: 0 auto;
}
Vielen Dank!
ich hab mir nach dieser Anleitung (http://www.tutorials.de/forum/html/...-dynamisch-bildschirmaufloesung-anpassen.html) einen dynamischen Hintergrund für meine Webseite angelegt.
Nun hab ich aber das Problem, dass in meinen content-Container der margin: 0 auto; Befehl nicht merh funktiert.
Warum? Wie kann ich den Fehler beheben?
Meine css:
html {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
font-size: 12px;
font-family: Arial, "Lucida Grande", Geneva, Helvetica, sans-serif;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
/* BG-Image auf unterste Ebene anordnen */
#bgImg {
position: absolute;
top: 0;
left: 0;
border: 0;
z-index: 1;
}
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#container {
position: absolute;
top: 0;
left: 0;
z-index: 2;
overflow: auto;
width: 940px;
height: 100%;
margin: 0 auto;
}
Vielen Dank!
Zuletzt bearbeitet: