<?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"
	>
<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>
	<pubDate>Tue, 06 Jan 2009 01:37:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: dfesh</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#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-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've found on the internet and mickael is right it doesn'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-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'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>
	<item>
		<title>By: Kenny Bones</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-27677</link>
		<dc:creator>Kenny Bones</dc:creator>
		<pubDate>Tue, 06 Nov 2007 09:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-27677</guid>
		<description>The only thing I did was give the footer a class like this:

.footer {
	height: 37px;
	clear: both;
	bottom:0px;
	width:100%;
	position: fixed
{

And everything works fine in both IE7 and Firefox. Not sure if all of these are necessary but it does work perfectly. Although I do get an error message in Dreamweaver when using "fixed" that it isn't supported and whatnot. But it does work and I don't see any problems with it really.</description>
		<content:encoded><![CDATA[<p>The only thing I did was give the footer a class like this:</p>
<p>.footer {<br />
	height: 37px;<br />
	clear: both;<br />
	bottom:0px;<br />
	width:100%;<br />
	position: fixed<br />
{</p>
<p>And everything works fine in both IE7 and Firefox. Not sure if all of these are necessary but it does work perfectly. Although I do get an error message in Dreamweaver when using &#8220;fixed&#8221; that it isn&#8217;t supported and whatnot. But it does work and I don&#8217;t see any problems with it really.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-23914</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 31 May 2007 21:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-23914</guid>
		<description>Didn't work for me.

My footer actually ended up half-way up the page obscuring the content</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work for me.</p>
<p>My footer actually ended up half-way up the page obscuring the content</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukesh Yadav</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-227</link>
		<dc:creator>Mukesh Yadav</dc:creator>
		<pubDate>Thu, 03 Aug 2006 12:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-227</guid>
		<description>This working is fine in IE but not in Firefox</description>
		<content:encoded><![CDATA[<p>This working is fine in IE but not in Firefox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Godfrey Bartlett</title>
		<link>http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-157</link>
		<dc:creator>Godfrey Bartlett</dc:creator>
		<pubDate>Sat, 22 Jul 2006 12:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/forcing-the-footer-to-always-be-at-the-bottom-of-a-page/#comment-157</guid>
		<description>Here's an example that works in all browsers.
Except IE7 beta 2/3

Can anyone help me adapt this for the the new IE7 or suggest  a workaround? 

http://www.acupuncture.org.uk/ie7/default.asp</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an example that works in all browsers.<br />
Except IE7 beta 2/3</p>
<p>Can anyone help me adapt this for the the new IE7 or suggest  a workaround? </p>
<p><a href="http://www.acupuncture.org.uk/ie7/default.asp" rel="nofollow">http://www.acupuncture.org.uk/ie7/default.asp</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.784 seconds -->
