<?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: Easy CSS fixed footer</title>
	<atom:link href="http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/</link>
	<description>Web Development and other Inane Topics and Tools</description>
	<lastBuildDate>Tue, 16 Mar 2010 08:03:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Greg</title>
		<link>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/comment-page-1/#comment-1832</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 04 Mar 2009 01:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/09/easy-css-fixed-footer/#comment-1832</guid>
		<description>Before reading the comments and after testing this fix I fell in love!! IE 7 looked great, Firefox looked great.... and of course IE 6 failed. I was so bummed! 

I swear, IE6 is the cause of so much wasted time and effort in this world it&#039;s not even funny. 

Thank you for posting this fix I&#039;m just bummed that IE6 sucks so bad.</description>
		<content:encoded><![CDATA[<p>Before reading the comments and after testing this fix I fell in love!! IE 7 looked great, Firefox looked great&#8230;. and of course IE 6 failed. I was so bummed! </p>
<p>I swear, IE6 is the cause of so much wasted time and effort in this world it&#8217;s not even funny. </p>
<p>Thank you for posting this fix I&#8217;m just bummed that IE6 sucks so bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/comment-page-1/#comment-1005</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 16 May 2008 23:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/09/easy-css-fixed-footer/#comment-1005</guid>
		<description>Andrew-
True. However, I haven&#039;t noticed any way to make IE6 behave the way that it should... whether or not you specify transitional or strict, there will still be issues that need to be dealt with when attempting any sort of advanced layout.</description>
		<content:encoded><![CDATA[<p>Andrew-<br />
True. However, I haven&#8217;t noticed any way to make IE6 behave the way that it should&#8230; whether or not you specify transitional or strict, there will still be issues that need to be dealt with when attempting any sort of advanced layout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Vit</title>
		<link>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/comment-page-1/#comment-1004</link>
		<dc:creator>Andrew Vit</dc:creator>
		<pubDate>Fri, 16 May 2008 08:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/09/easy-css-fixed-footer/#comment-1004</guid>
		<description>The transitional doctype means IE is in quirks mode and this will introduce all sorts of other layout problems. If you care about how it looks in IE, this technique is not enough. (Yes, it should be just this simple, but in reality, it&#039;s not.)</description>
		<content:encoded><![CDATA[<p>The transitional doctype means IE is in quirks mode and this will introduce all sorts of other layout problems. If you care about how it looks in IE, this technique is not enough. (Yes, it should be just this simple, but in reality, it&#8217;s not.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myspace div layout</title>
		<link>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/comment-page-1/#comment-962</link>
		<dc:creator>myspace div layout</dc:creator>
		<pubDate>Mon, 28 Apr 2008 05:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/09/easy-css-fixed-footer/#comment-962</guid>
		<description>&lt;strong&gt;myspace div layout...&lt;/strong&gt;

Regards,...</description>
		<content:encoded><![CDATA[<p><strong>myspace div layout&#8230;</strong></p>
<p>Regards,&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/comment-page-1/#comment-925</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 28 Mar 2008 04:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/09/easy-css-fixed-footer/#comment-925</guid>
		<description>Robert - 

Thanks for the comment! One thing I&#039;ve noticed is that IE6 will only let it work if you specify the DOCTYPE. (more on that at http://www.w3.org/QA/2002/04/valid-dtd-list.html).

In short, add this line to the VERY top of your page: 

&lt; !DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;

and it should work just fine in IE6. Thanks again!</description>
		<content:encoded><![CDATA[<p>Robert &#8211; </p>
<p>Thanks for the comment! One thing I&#8217;ve noticed is that IE6 will only let it work if you specify the DOCTYPE. (more on that at <a href="http://www.w3.org/QA/2002/04/valid-dtd-list.html)">http://www.w3.org/QA/2002/04/valid-dtd-list.html)</a>.</p>
<p>In short, add this line to the VERY top of your page: </p>
<p>< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p>
<p>and it should work just fine in IE6. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.isthisablog.com/2007/12/09/easy-css-fixed-footer/comment-page-1/#comment-913</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 19 Mar 2008 16:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.whathuhstudios.com/press/2007/12/09/easy-css-fixed-footer/#comment-913</guid>
		<description>Hi, 

thanks for the above code, this is really unbelievable that this issue with fixed footer/header can be achieved so easyly with only a few lines of CSS.

Unfortunately it doesn&#039;t work in IE6. Could you please tell me how to get this up and running in this *** browser as well?

thanks a lot

Robert</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>thanks for the above code, this is really unbelievable that this issue with fixed footer/header can be achieved so easyly with only a few lines of CSS.</p>
<p>Unfortunately it doesn&#8217;t work in IE6. Could you please tell me how to get this up and running in this *** browser as well?</p>
<p>thanks a lot</p>
<p>Robert</p>
]]></content:encoded>
	</item>
</channel>
</rss>
