Tak jak w temacie mam problem z content'em. Problem polega na tym iż jeden div rozszerza się dynamicznie od zawartości a nadrzędny do tego już nie i nie wiem o co chodzi. Przez ten problem nie mogę ustawić aby stopka biegała za contentem. Podrzucę wam html i css, może mi pomożecie jakoś.
.content { position: absolute; top: 80px; width: 640px; background: no-repeat; } .con { position: absolute; width: 640px; background: url(../images/slider/tlo.png); } .content_box { padding: 10px; } #footer { height: 620px; width: 877px; margin-top: auto; background: url(../images/stopka/zmora.png); } .footer_info { position: relative; /* top: 190px;*/ height: 182px; width: 640px; background: url(../images/stopka/tlo.png); }