Advertisement
[Tutorial] Create Fixed Footer Using HTML and CSS Code | Web Designing Tuts
Thinking Of Creating A Fixed Footer For Your blog/site at the bottom ?Quickly Grab this piece of code and Add Fixed Footer to your site Now..
Fixed Footer
Source#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'); }
Sponsored :