<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tips and Tricks &#8211; Pure CSS Sticky Footers</title>
	<atom:link href="http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/</link>
	<description>A Behind the Scenes Look at the Best Hosting Provider in the World</description>
	<lastBuildDate>Fri, 24 May 2013 11:59:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: Angel Luv</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-47341</link>
		<dc:creator>Angel Luv</dc:creator>
		<pubDate>Mon, 08 Apr 2013 15:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-47341</guid>
		<description>Nice tricks to stick with for pure CSS sticky footers. Thanks for sharing this with us!

Angel</description>
		<content:encoded><![CDATA[<p>Nice tricks to stick with for pure CSS sticky footers. Thanks for sharing this with us!</p>
<p>Angel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Design a Basic Webpage Template with a Header, and a Footer &#124; Web Design And Development Tips</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-47297</link>
		<dc:creator>How To Design a Basic Webpage Template with a Header, and a Footer &#124; Web Design And Development Tips</dc:creator>
		<pubDate>Thu, 04 Apr 2013 21:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-47297</guid>
		<description>[...] ryanfait.com/stickyfooter/, http://ryanfait.com/resources/footer-stick-to-bottom-of-page/, http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/, and http://css-tricks.com/snippets/css/sticky-footer/. Many thanks to their authors! For a live [...]</description>
		<content:encoded><![CDATA[<p>[...] ryanfait.com/stickyfooter/, <a href="http://ryanfait.com/resources/footer-stick-to-bottom-of-page/" rel="nofollow">http://ryanfait.com/resources/footer-stick-to-bottom-of-page/</a>, <a href="http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/" rel="nofollow">http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/</a>, and <a href="http://css-tricks.com/snippets/css/sticky-footer/" rel="nofollow">http://css-tricks.com/snippets/css/sticky-footer/</a>. Many thanks to their authors! For a live [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-47285</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Thu, 04 Apr 2013 07:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-47285</guid>
		<description>dosen&#039;t work in IE10 standard mode..</description>
		<content:encoded><![CDATA[<p>dosen&#8217;t work in IE10 standard mode..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code Hater</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-47172</link>
		<dc:creator>Code Hater</dc:creator>
		<pubDate>Wed, 27 Mar 2013 13:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-47172</guid>
		<description>Good Call Rockit! Much better!</description>
		<content:encoded><![CDATA[<p>Good Call Rockit! Much better!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rockit</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-46938</link>
		<dc:creator>Rockit</dc:creator>
		<pubDate>Mon, 11 Mar 2013 21:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-46938</guid>
		<description>Here&#039;s a good example:
http://mystrd.at/modern-clean-css-sticky-footer/</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a good example:<br />
<a href="http://mystrd.at/modern-clean-css-sticky-footer/" rel="nofollow">http://mystrd.at/modern-clean-css-sticky-footer/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean K</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-46874</link>
		<dc:creator>Dean K</dc:creator>
		<pubDate>Thu, 07 Mar 2013 11:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-46874</guid>
		<description>As someone mentioned earlier, position absolute is not a good solution for a sticky footer. If you add enough content in main that causes the page to scroll, the footer will remain in it&#039;s location at the bottom of the screen (similar to a fixed footer) and the content will go behind. If you scroll the page, the footer will stay in its absolute position and actually move up the page, always blocking the same portion of main&#039;s content. 

Simply put, the footer will not be pushed down below the content if the content are is taller then the viewport height.</description>
		<content:encoded><![CDATA[<p>As someone mentioned earlier, position absolute is not a good solution for a sticky footer. If you add enough content in main that causes the page to scroll, the footer will remain in it&#8217;s location at the bottom of the screen (similar to a fixed footer) and the content will go behind. If you scroll the page, the footer will stay in its absolute position and actually move up the page, always blocking the same portion of main&#8217;s content. </p>
<p>Simply put, the footer will not be pushed down below the content if the content are is taller then the viewport height.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cassandra</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-46802</link>
		<dc:creator>Cassandra</dc:creator>
		<pubDate>Thu, 28 Feb 2013 17:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-46802</guid>
		<description>Hi all! I&#039;ve noticed an overwhelming positive response to this trick in particular, and have also noticed a lot of Chrome users having issues. I am re-evaluating this snippet to make it cross-browser friendly and will post an update soon!</description>
		<content:encoded><![CDATA[<p>Hi all! I&#8217;ve noticed an overwhelming positive response to this trick in particular, and have also noticed a lot of Chrome users having issues. I am re-evaluating this snippet to make it cross-browser friendly and will post an update soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Position Web Page Elements with HTML, CSS, and Absolute Positioning &#171; Web Design Tips</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-46612</link>
		<dc:creator>How To Position Web Page Elements with HTML, CSS, and Absolute Positioning &#171; Web Design Tips</dc:creator>
		<pubDate>Tue, 19 Feb 2013 21:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-46612</guid>
		<description>[...] ryanfait.com/stickyfooter/, http://ryanfait.com/resources/footer-stick-to-bottom-of-page/, http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/, and http://css-tricks.com/snippets/css/sticky-footer/ proved particularly useful. Many thanks to [...]</description>
		<content:encoded><![CDATA[<p>[...] ryanfait.com/stickyfooter/, <a href="http://ryanfait.com/resources/footer-stick-to-bottom-of-page/" rel="nofollow">http://ryanfait.com/resources/footer-stick-to-bottom-of-page/</a>, <a href="http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/" rel="nofollow">http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/</a>, and <a href="http://css-tricks.com/snippets/css/sticky-footer/" rel="nofollow">http://css-tricks.com/snippets/css/sticky-footer/</a> proved particularly useful. Many thanks to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-46435</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 09 Feb 2013 06:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-46435</guid>
		<description>I&#039;m also running Chrome and wasn&#039;t able to get this working properly. Were you guys able to get it working in Chrome correctly? Would love to know if the problem is on my end or not. Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m also running Chrome and wasn&#8217;t able to get this working properly. Were you guys able to get it working in Chrome correctly? Would love to know if the problem is on my end or not. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hazard</title>
		<link>http://blog.softlayer.com/2012/tips-and-tricks-pure-css-sticky-footers/comment-page-1/#comment-46099</link>
		<dc:creator>Kevin Hazard</dc:creator>
		<pubDate>Fri, 25 Jan 2013 15:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.softlayer.com/?p=9491#comment-46099</guid>
		<description>Thanks for the tip, airtonix. As we put this together and tested it, the position:relative; didn&#039;t appear to be necessary, but including it does appear to improve browser compatibility.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, airtonix. As we put this together and tested it, the position:relative; didn&#8217;t appear to be necessary, but including it does appear to improve browser compatibility.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
