/* tutaj bez zmian wklejasz */ html, body { margin:0; padding:0; height:100%; } /* element który obejmuje całą stronę */ #container { min-height:100%; position:relative; } /* element bez nagłówka oraz stopki */ #content { padding:10px; padding-bottom:60px; /* wysokość stopki */ } /* stopka */ #footer { position:absolute; bottom:0; width:100%; height:60px; /* wysokość stopki */ }