Mam taki kod:
html { height:100% } body { padding: 0%; margin: 0 auto; } #menu { position: fixed; background: /*#2980b9*/ black; width: 100%; top: 0px; height: 90px; } #cont { margin-top: 0%; } #footer{ margin: 0 auto; position:absolute; left: 0; width: 100%; height: 7%; background-color: black; } #footer p{ font-size: 15px; color: white; text-align: center; }
Kod ten powoduje, że stopka wędruje po ekranie w poziomie


Czy jest jakiś złoty środek na to, aby stopka trzymała się zawsze dołu strony bez względu na ilość treści?