Diskussion:Footer am unteren Browserrand positionieren

Aus Contao Community Documentation

Mal eine Frage zu

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 355px;
    background: green;
}

Warum nicht mit

#footer {
    bottom: 0;
    ...
    position: fixed;
    width: 100%;
    ...
}

festsetzen? Dann "klebt" er immer am unteren Bildschirmrand ... Das funzt auch ab IE 7

Ansichten
Meine Werkzeuge

Contao Community Documentation

God: "what is your job?"
me: "i am a software developer ... i develop websites with Contao 3"
God: "sounds cool, what are you working on today? Web sockets? Ajax? HTML5 video streaming?"
me: "no, i am trying to send an email ...."

Leo Unglaub
Navigation
Verstehen
Verwenden
Entwickeln
Verschiedenes
Werkzeuge