Hallo Manfred,
könnte vielleicht daran liegen, dass Du für html und body keine Höhe definiert hast.
html,body {
height:100%;
}
Das führt allerdings auch nicht zu einem optimalen Ergebnis.
Grüße
Tom C.
Hallo Manfred,
könnte vielleicht daran liegen, dass Du für html und body keine Höhe definiert hast.
html,body {
height:100%;
}
Das führt allerdings auch nicht zu einem optimalen Ergebnis.
Grüße
Tom C.