Fixierte Position

Tutorials von Thomas Frei-Herrmann

Footer-Beispiel

mit fixierter Position

<style type="text/css">

#footer {
   position:fixed;
   bottom:0px; left:0px; right:0px;
   background-image: url(./assets/images/Background.gif);
   background-repeat: repeat-x;
   padding-top:0px;
   padding-bottom:100px;
}
</style>