CopyPastor

Detecting plagiarism made easy.

Score: 0.8666659624356291; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2021-04-29
by Filip Huhta

Original Post

Original - Posted on 2009-03-27
by Jon Winstanley



            
Present in both answers; Present only in the new answer; Present only in the old answer;

A simple method is to make the **body 100%** of your page, with a **min-height of 100%** too. This works fine if the **height** of your footer **does not change**.
Give the footer-container a negative margin-top:
footer-container { clear: both; position: relative; height: 150px; margin-top: -150px; }
A simple method is to make the body `100%` of your page, with a `min-height` of `100%` too. This works fine if the height of your footer does not change.
Give the footer a negative margin-top:
footer { clear: both; position: relative; height: 200px; margin-top: -200px; }

        
Present in both answers; Present only in the new answer; Present only in the old answer;