Dla przykładu dam np naszą klasę tam jest taki czat. Typu gg
Mi chodzi o samą stopkę. Nie o to gg

#footer { position:fixed; left:0px; bottom:0px; height:30px; width:100%; background:#999; } /* IE 6 */ * html #footer { position:absolute; top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px'); }
body{ margin:0; padding:0 0 wartosc 0; } div#footer{ position:absolute; bottom:0; left:0; width:100%; height:wartosc; } @media screen{ body>div#footer{ position: fixed; } } * html body{ overflow:hidden; } * html div#content{ height:100%; overflow:auto; }