Return to Snippet

Revision: 58986
at August 12, 2012 10:09 by satie83


Initial Code
#footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:32px;
   width:100%;
   background:#333;
}
/* 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');
}

Initial URL


Initial Description


Initial Title
CSS - Giving your footer a fixed position – position:fixed

Initial Tags


Initial Language
CSS