Return to Snippet

Revision: 46580
at May 22, 2011 10:34 by frkssk


Initial Code
if($('body').height() < $(window).height()){
  $("#footer").css({position: "absolute",top:($(window).height()-$("#footer").height())+"px", width: "100%"})
}

Initial URL


Initial Description


Initial Title
jquery sticky footer

Initial Tags
jquery

Initial Language
jQuery