<?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: Forcing the footer to always be at the bottom of a page</title>
	<atom:link href="http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/</link>
	<description>CSS Toys for Professional Web Developers</description>
	<lastBuildDate>Sat, 03 Dec 2011 21:05:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: uhhhh</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-31410</link>
		<dc:creator>uhhhh</dc:creator>
		<pubDate>Wed, 09 Nov 2011 17:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-31410</guid>
		<description>Ummm ok, like, this totally does NOT work in IE 12!</description>
		<content:encoded><![CDATA[<p>Ummm ok, like, this totally does NOT work in IE 12!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-31241</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Thu, 17 Mar 2011 19:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-31241</guid>
		<description>Just like all the others, when you starting positing using  inside nonFooter DIV the whole
thing breaks.</description>
		<content:encoded><![CDATA[<p>Just like all the others, when you starting positing using  inside nonFooter DIV the whole<br />
thing breaks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UltimateZ</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-30796</link>
		<dc:creator>UltimateZ</dc:creator>
		<pubDate>Mon, 15 Feb 2010 21:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-30796</guid>
		<description>Thank you.  I now have my footer always at the bottom.

http://www.movielegendz.110mb.com/Full Episodes.php</description>
		<content:encoded><![CDATA[<p>Thank you.  I now have my footer always at the bottom.</p>
<p><a href="http://www.movielegendz.110mb.com/Full" rel="nofollow">http://www.movielegendz.110mb.com/Full</a> Episodes.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.axtecindia.com</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-30780</link>
		<dc:creator>www.axtecindia.com</dc:creator>
		<pubDate>Fri, 08 Jan 2010 08:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-30780</guid>
		<description>Hi, 

   .footer {
height: 37px;
clear: both;
bottom:0px;
width:100%;
position: fixed
}

change position from fixed to absolute and see it works well in IE 6 too..

position: absolute;


Regards
Gokul</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>   .footer {<br />
height: 37px;<br />
clear: both;<br />
bottom:0px;<br />
width:100%;<br />
position: fixed<br />
}</p>
<p>change position from fixed to absolute and see it works well in IE 6 too..</p>
<p>position: absolute;</p>
<p>Regards<br />
Gokul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonnykwe</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-30650</link>
		<dc:creator>sonnykwe</dc:creator>
		<pubDate>Thu, 20 Aug 2009 14:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-30650</guid>
		<description>Footer only is a puzzle piece:
http://www.visibilityinherit.com/code/height-stickyfooter-centered.php

Greetings</description>
		<content:encoded><![CDATA[<p>Footer only is a puzzle piece:<br />
<a href="http://www.visibilityinherit.com/code/height-stickyfooter-centered.php" rel="nofollow">http://www.visibilityinherit.com/code/height-stickyfooter-centered.php</a></p>
<p>Greetings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UltimateZ</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-30647</link>
		<dc:creator>UltimateZ</dc:creator>
		<pubDate>Sun, 16 Aug 2009 12:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-30647</guid>
		<description>Can some one help me make a footer that always stays at the bottom.  I cant get one at all to work.  I make a Bottome include file and ive tried many different types.  I know one that works with firefox but I cant get one that works with both.  Please help if some obne can figure it out.  this my website.  http://www.movielegendz.110mb.com  if you notice, open up my website with internet exploror and you will see the footer move to the middle of the page like its an error.  But if you open with firefox it will be fine.  I wanna try to get one that works with both.  Please help</description>
		<content:encoded><![CDATA[<p>Can some one help me make a footer that always stays at the bottom.  I cant get one at all to work.  I make a Bottome include file and ive tried many different types.  I know one that works with firefox but I cant get one that works with both.  Please help if some obne can figure it out.  this my website.  <a href="http://www.movielegendz.110mb.com" rel="nofollow">http://www.movielegendz.110mb.com</a>  if you notice, open up my website with internet exploror and you will see the footer move to the middle of the page like its an error.  But if you open with firefox it will be fine.  I wanna try to get one that works with both.  Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJ</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-30511</link>
		<dc:creator>MJ</dc:creator>
		<pubDate>Tue, 12 May 2009 12:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-30511</guid>
		<description>This didn&#039;t work for me either! the fixed, just fixed the footer to my screen and not my page</description>
		<content:encoded><![CDATA[<p>This didn&#8217;t work for me either! the fixed, just fixed the footer to my screen and not my page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dfesh</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-30043</link>
		<dc:creator>dfesh</dc:creator>
		<pubDate>Thu, 18 Sep 2008 18:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-30043</guid>
		<description>this code does nto work in IE7</description>
		<content:encoded><![CDATA[<p>this code does nto work in IE7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xmat</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-29893</link>
		<dc:creator>xmat</dc:creator>
		<pubDate>Fri, 11 Jul 2008 18:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-29893</guid>
		<description>GREAT !
This a very elegant solution compared to what i&#039;ve found on the internet and mickael is right it doesn&#039;t work in IE 6. 
Any solution for IE 6 ?</description>
		<content:encoded><![CDATA[<p>GREAT !<br />
This a very elegant solution compared to what i&#8217;ve found on the internet and mickael is right it doesn&#8217;t work in IE 6.<br />
Any solution for IE 6 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mickael</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/comment-page-1/#comment-28005</link>
		<dc:creator>mickael</dc:creator>
		<pubDate>Sun, 09 Dec 2007 12:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-28005</guid>
		<description>.footer {
height: 37px;
clear: both;
bottom:0px;
width:100%;
position: fixed
} 
doesn&#039;t work in IE6 :-(</description>
		<content:encoded><![CDATA[<p>.footer {<br />
height: 37px;<br />
clear: both;<br />
bottom:0px;<br />
width:100%;<br />
position: fixed<br />
}<br />
doesn&#8217;t work in IE6 <img src='http://www.last-child.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

