TheCodeFoundry / jquery-positionfooterbottom-tcf

This simple jQuery plugin makes sure your footer is at the bottom of the page. This is useful if you have a large (wide) footer that looks odd when not at the bottom of the screen on low content pages. Doesn't do anything if the footer element is already at the bottom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Position Footer Bottom by TCF

This simple plugin makes sure your footer is at the bottom of the page. This is useful if you have a large (wide) footer that looks odd when not at the bottom of the screen on low content pages. Doesn't do anything if the footer element is already at the bottom

Tested as working in:

  • IE7
  • IE8
  • IE9
  • Chrome
  • Firefox
  • Safari
  • Opera

Example

$(function()
{

	/*
	 * Attach to a footer
	 */
	$('#my_footer').positionfooterbottom_tcf();
	
});

Author

Ben @ The Code Foundry Ltd (@code_foundry)

License

Copyright (c) 2011 The Code Foundry Ltd (mail@thecodefoundryltd.com). Licensed under the MIT License. Redistributions of files must retain the above copyright notice.

About

This simple jQuery plugin makes sure your footer is at the bottom of the page. This is useful if you have a large (wide) footer that looks odd when not at the bottom of the screen on low content pages. Doesn't do anything if the footer element is already at the bottom