<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'jquery sticky footer'</title>
    <description>Snipplr comments feed</description>
    <link>https://ipv6.snipplr.com/</link>
    <lastBuildDate>Thu, 16 Apr 2026 03:05:19 +0000</lastBuildDate>
    <item>
      <title>frkssk said on 04/Mar/2012</title>
      <link>https://ipv6.snipplr.com/view/54140/jquery-sticky-footer</link>
      <description>&lt;p&gt;Another&#13;
&#13;
&#13;
function placeFooter() {&#13;
	console.log('Placing footer:');&#13;
	var docHeight = $(document.body).height();&#13;
	var winHeight = $(window).height();&#13;
	console.log('Document Body Height: ' + docHeight);&#13;
	console.log('Windows Height: ' + winHeight);&#13;
	if( docHeight &lt; winHeight ) {&#13;
	 	console.log("Footer being moved.");&#13;
		$("#footer").css({position: "absolute", bottom:"0px",zIndex:"-100"});&#13;
	} else {&#13;
		$("#footer").css({position: ""});&#13;
	}&#13;
}&#13;
&#13;
placeFooter();&lt;/p&gt;</description>
      <pubDate>Sun, 04 Mar 2012 12:12:57 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/54140/jquery-sticky-footer</guid>
    </item>
    <item>
      <title>MeganCarol302 said on 20/Sep/2022</title>
      <link>https://ipv6.snipplr.com/view/54140/jquery-sticky-footer</link>
      <description>&lt;p&gt;Thanks meant for sharing this type of satisfying opinion, written piece is fastidious, that’s why I’ve read it completely.	&lt;a href="https://uxvibes.medium.com/10-principles-of-ethical-design-e257aaef9a24"&gt;UI consultant&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 20 Sep 2022 05:17:33 UTC</pubDate>
      <guid>https://ipv6.snipplr.com/view/54140/jquery-sticky-footer</guid>
    </item>
  </channel>
</rss>
