<?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 for Dundalk Web Designer Conor Darcy</title>
	<atom:link href="http://conordarcy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://conordarcy.com</link>
	<description>Web Design in Dundalk, Ireland.</description>
	<pubDate>Fri, 12 Mar 2010 00:56:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on How to Stick a Footer to the Bottom with CSS by conordarcy</title>
		<link>http://conordarcy.com/how-to-stick-a-footer-to-the-bottom-with-css/#comment-240</link>
		<dc:creator>conordarcy</dc:creator>
		<pubDate>Tue, 12 Jan 2010 14:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=64#comment-240</guid>
		<description>I've updated the code &#038; it looks fine on IE8, Firefox 3 &#038; Chrome 3.
http://www.conordarcy.com/css-footer-solution.zip

Let me know if you've any problems.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the code &#038; it looks fine on IE8, Firefox 3 &#038; Chrome 3.<br />
<a href="http://www.conordarcy.com/css-footer-solution.zip" rel="nofollow">http://www.conordarcy.com/css-footer-solution.zip</a></p>
<p>Let me know if you&#8217;ve any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stick a Footer to the Bottom with CSS by bhavna kuklani</title>
		<link>http://conordarcy.com/how-to-stick-a-footer-to-the-bottom-with-css/#comment-239</link>
		<dc:creator>bhavna kuklani</dc:creator>
		<pubDate>Tue, 12 Jan 2010 12:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=64#comment-239</guid>
		<description>it does not work in firefox and safari.It only works in IE.</description>
		<content:encoded><![CDATA[<p>it does not work in firefox and safari.It only works in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stick a Footer to the Bottom with CSS by Danish Zahur</title>
		<link>http://conordarcy.com/how-to-stick-a-footer-to-the-bottom-with-css/#comment-237</link>
		<dc:creator>Danish Zahur</dc:creator>
		<pubDate>Mon, 11 Jan 2010 05:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=64#comment-237</guid>
		<description>Your problem is position:absolute.
Just change it to "position:fixed;" in your .footer class.</description>
		<content:encoded><![CDATA[<p>Your problem is position:absolute.<br />
Just change it to &#8220;position:fixed;&#8221; in your .footer class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stick a Footer to the Bottom with CSS by Mikko</title>
		<link>http://conordarcy.com/how-to-stick-a-footer-to-the-bottom-with-css/#comment-235</link>
		<dc:creator>Mikko</dc:creator>
		<pubDate>Sun, 10 Jan 2010 16:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=64#comment-235</guid>
		<description>Thanks for the "easy for even a newby to understand"  tip! I was really trying to find something helpful. Cuz my coding ain't that good (im a designer) all the tutorials elsewhere in this problem were somehow too difficult for me to put them working on my little project. So thanks a lot dude! you saved my day. ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the &#8220;easy for even a newby to understand&#8221;  tip! I was really trying to find something helpful. Cuz my coding ain&#8217;t that good (im a designer) all the tutorials elsewhere in this problem were somehow too difficult for me to put them working on my little project. So thanks a lot dude! you saved my day. <img src='http://conordarcy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stick a Footer to the Bottom with CSS by Squirrel</title>
		<link>http://conordarcy.com/how-to-stick-a-footer-to-the-bottom-with-css/#comment-232</link>
		<dc:creator>Squirrel</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=64#comment-232</guid>
		<description>I think i had like a meltdown.. Yea sure if you just want the footer to stay down.. fixed instead of absolute would do it.. but if you want "content" to push the footer down.. then it wont do.. because, sure the footer stays down but the content would rush right under the footer..</description>
		<content:encoded><![CDATA[<p>I think i had like a meltdown.. Yea sure if you just want the footer to stay down.. fixed instead of absolute would do it.. but if you want &#8220;content&#8221; to push the footer down.. then it wont do.. because, sure the footer stays down but the content would rush right under the footer..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stick a Footer to the Bottom with CSS by Squirrel</title>
		<link>http://conordarcy.com/how-to-stick-a-footer-to-the-bottom-with-css/#comment-231</link>
		<dc:creator>Squirrel</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=64#comment-231</guid>
		<description>About what hideaky said.. ..what if you put "fixed" instead of "absolute" ..then there shouldnt be a problem with the content pushing trought it.. right?

footer{
position: fixed;
bottom: 0px;
right;0px;
left: 0px;
}</description>
		<content:encoded><![CDATA[<p>About what hideaky said.. ..what if you put &#8220;fixed&#8221; instead of &#8220;absolute&#8221; ..then there shouldnt be a problem with the content pushing trought it.. right?</p>
<p>footer{<br />
position: fixed;<br />
bottom: 0px;<br />
right;0px;<br />
left: 0px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stick a Footer to the Bottom with CSS by Michael Louviere</title>
		<link>http://conordarcy.com/how-to-stick-a-footer-to-the-bottom-with-css/#comment-215</link>
		<dc:creator>Michael Louviere</dc:creator>
		<pubDate>Thu, 31 Dec 2009 05:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=64#comment-215</guid>
		<description>Oh and P.S: When you add "clear: both" remove the padding on the bottom of #content.  because on larger screens where the content height is less than the browser viewport, the footer is below the fold and you have to scroll equal to the height of the footer just to view it.  Kinda odd.</description>
		<content:encoded><![CDATA[<p>Oh and P.S: When you add &#8220;clear: both&#8221; remove the padding on the bottom of #content.  because on larger screens where the content height is less than the browser viewport, the footer is below the fold and you have to scroll equal to the height of the footer just to view it.  Kinda odd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stick a Footer to the Bottom with CSS by Michael Louviere</title>
		<link>http://conordarcy.com/how-to-stick-a-footer-to-the-bottom-with-css/#comment-214</link>
		<dc:creator>Michael Louviere</dc:creator>
		<pubDate>Thu, 31 Dec 2009 05:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=64#comment-214</guid>
		<description>Thanks! This helped me with an SaS application I am working on.  One suggestion is to add "clear: both" to the #footer div.  Reason is because if any divs within #content have a min-height pixel amount set there are issues when the browser window height shrinks.  For instance, if you have a footer of 200px high and divs nested inside of #content with a pixel amount of 650px, 650px + 200px = 850px.  This is problematic when the browser window height is less than 850 pixels, the footer div indexes/appears underneath the nested divs of 650px.  What should happen is the browser viewport adds scroll to the page, you can accomplish this with "clear: both;" on #footer.

Best Regards! :)</description>
		<content:encoded><![CDATA[<p>Thanks! This helped me with an SaS application I am working on.  One suggestion is to add &#8220;clear: both&#8221; to the #footer div.  Reason is because if any divs within #content have a min-height pixel amount set there are issues when the browser window height shrinks.  For instance, if you have a footer of 200px high and divs nested inside of #content with a pixel amount of 650px, 650px + 200px = 850px.  This is problematic when the browser window height is less than 850 pixels, the footer div indexes/appears underneath the nested divs of 650px.  What should happen is the browser viewport adds scroll to the page, you can accomplish this with &#8220;clear: both;&#8221; on #footer.</p>
<p>Best Regards! <img src='http://conordarcy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Stick a Footer to the Bottom with CSS by Mike</title>
		<link>http://conordarcy.com/how-to-stick-a-footer-to-the-bottom-with-css/#comment-208</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 03 Dec 2009 00:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=64#comment-208</guid>
		<description>Can you take a look at the code on this page? I can't seem to get the footer to stick to the bottom of the page. I've used what I believe to be your code here, but for some reason the footer still wants to ride up off of the bottom of the page. I'd appreciate any feedback you may have.

Here is the url to the page that I've applied your code to:

http://www.corvairflair.com/sarah-lamb/sarah-lamb-exhibitions.html</description>
		<content:encoded><![CDATA[<p>Can you take a look at the code on this page? I can&#8217;t seem to get the footer to stick to the bottom of the page. I&#8217;ve used what I believe to be your code here, but for some reason the footer still wants to ride up off of the bottom of the page. I&#8217;d appreciate any feedback you may have.</p>
<p>Here is the url to the page that I&#8217;ve applied your code to:</p>
<p><a href="http://www.corvairflair.com/sarah-lamb/sarah-lamb-exhibitions.html" rel="nofollow">http://www.corvairflair.com/sarah-lamb/sarah-lamb-exhibitions.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Analytics on iphone by 75 Ultimate Google Analytics &#8212; Tools, Tips &#38; Tricks Resource</title>
		<link>http://conordarcy.com/google-analytics-on-iphone/#comment-206</link>
		<dc:creator>75 Ultimate Google Analytics &#8212; Tools, Tips &#38; Tricks Resource</dc:creator>
		<pubDate>Fri, 27 Nov 2009 18:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://conordarcy.com/?p=43#comment-206</guid>
		<description>[...] Google Analytics on iPhone &#8211; Shows you how to get your Google Analytics data to display on your iPhone using an web-based application in development by a German developer named Sergej Mueller. [...]</description>
		<content:encoded><![CDATA[<p>[...] Google Analytics on iPhone &#8211; Shows you how to get your Google Analytics data to display on your iPhone using an web-based application in development by a German developer named Sergej Mueller. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
