Revision: 58986
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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