jQuery Easy Pinned Footer
Easy method, using jQuery, to pin a footer to the bottom of the web browser.
Toggle between relative and static
Example HTML
<div id="footer"> <div>© 2009 - 2010 Whatever you might copyright.</div> </div>
Example jQuery Code
$(document).ready(function() { $("#footer").pinFooter(); }); $(window).resize(function() { $("#footer").pinFooter(); });
Plug In Options
$("#footer").pinFooter(); // Default positioning: "Static" or constant pinned footer $("#footer").pinFooter("relative"); // Footer pinned if content less than window height.
And that's it! Well, other than including the proper jQuery and Easy Pinned Footer javascript files.
Hope you like it!
You might also like
Tags
accordion accordion menu animation navigation animation navigation menu carousel checkbox inputs css3 css3 menu css3 navigation date picker dialog drag drop drop down menu drop down navigation menu elastic navigation form form validation gallery glide navigation horizontal navigation menu hover effect image gallery image hover image lightbox image scroller image slideshow multi-level navigation menus rating select dependent select list slide image slider menu stylish form table tabs text effect text scroller tooltips tree menu vertical navigation menu