<?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: Fixed Header &amp; Footer Layout: A Beginner&#8217;s Guide</title>
	<atom:link href="http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/</link>
	<description>Tutorials, Resources, Freebies, and Tips for Web Designers</description>
	<lastBuildDate>Wed, 19 Oct 2011 22:25:28 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jarod Taylor</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-716</link>
		<dc:creator>Jarod Taylor</dc:creator>
		<pubDate>Sat, 04 Jun 2011 00:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-716</guid>
		<description>Do you have a URL I can look at?</description>
		<content:encoded><![CDATA[<p>Do you have a URL I can look at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-715</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Sat, 04 Jun 2011 00:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-715</guid>
		<description>Hello, thanks for a very detailed step-by-step tutorial.  Had my fixed header working fine in FF, but decided to test in IE6.  No fixed header.  Your tutorial fixed that, however.  I have a bit of a problem.  The remaining scroll bar doesn&#039;t scroll the entire page up properly.</description>
		<content:encoded><![CDATA[<p>Hello, thanks for a very detailed step-by-step tutorial.  Had my fixed header working fine in FF, but decided to test in IE6.  No fixed header.  Your tutorial fixed that, however.  I have a bit of a problem.  The remaining scroll bar doesn&#8217;t scroll the entire page up properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Taylor</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-647</link>
		<dc:creator>Jarod Taylor</dc:creator>
		<pubDate>Sat, 12 Feb 2011 04:31:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-647</guid>
		<description>Well, you&#039;re not going to remove the horizontal scrollbar, regardless if it&#039;s a fixed footer or not. That is the nature of the browser&#039;s scrollbar. If you want to remove that scrollbar, you&#039;re going to need to put overflow:hidden on your html/body elements. Which I would not recommend, unless you want to piss your visitors off. :)

As for the content in the footer not scrolling, that again, is the nature of Fixed positioning. It&#039;s fixed relative to the browser window, not its parent (like Absolute positioning).</description>
		<content:encoded><![CDATA[<p>Well, you&#8217;re not going to remove the horizontal scrollbar, regardless if it&#8217;s a fixed footer or not. That is the nature of the browser&#8217;s scrollbar. If you want to remove that scrollbar, you&#8217;re going to need to put overflow:hidden on your html/body elements. Which I would not recommend, unless you want to piss your visitors off. <img src='http://www.noobcube.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As for the content in the footer not scrolling, that again, is the nature of Fixed positioning. It&#8217;s fixed relative to the browser window, not its parent (like Absolute positioning).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-646</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sat, 12 Feb 2011 01:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-646</guid>
		<description>ok, that removes one scrollbar. But now we have another problem - you can scroll main content div, but not footer. so everything beyond your window border is hidden - until you resize it again.</description>
		<content:encoded><![CDATA[<p>ok, that removes one scrollbar. But now we have another problem &#8211; you can scroll main content div, but not footer. so everything beyond your window border is hidden &#8211; until you resize it again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Taylor</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-645</link>
		<dc:creator>Jarod Taylor</dc:creator>
		<pubDate>Fri, 11 Feb 2011 20:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-645</guid>
		<description>It&#039;s probably due to the Firefox fix (for a bug that no longer exists). Just go to the styles for #footer-wrap and remove the overflow: auto.</description>
		<content:encoded><![CDATA[<p>It&#8217;s probably due to the Firefox fix (for a bug that no longer exists). Just go to the styles for #footer-wrap and remove the overflow: auto.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-644</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 11 Feb 2011 20:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-644</guid>
		<description>Hi, there is a slight issue id like to solve. When you resize your window and make it smaller, two scrollbars appear on top of each other in footer. Also footer background does not continue beyond its initial width.... talking about your demo page, my own code does the same.</description>
		<content:encoded><![CDATA[<p>Hi, there is a slight issue id like to solve. When you resize your window and make it smaller, two scrollbars appear on top of each other in footer. Also footer background does not continue beyond its initial width&#8230;. talking about your demo page, my own code does the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: firma rehberi</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-606</link>
		<dc:creator>firma rehberi</dc:creator>
		<pubDate>Sun, 21 Nov 2010 01:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-606</guid>
		<description>Hi,
I couldn&#039;t organize it with PNG filetype. How can make that work? It looks like overflow on it. I had an issue. I&#039;ll happy if you help me.

Thanks,
Best Regards</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I couldn&#8217;t organize it with PNG filetype. How can make that work? It looks like overflow on it. I had an issue. I&#8217;ll happy if you help me.</p>
<p>Thanks,<br />
Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: illona</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-605</link>
		<dc:creator>illona</dc:creator>
		<pubDate>Mon, 15 Nov 2010 22:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-605</guid>
		<description>This is a fantastic tutorial but I&#039;m currently using a theme that puts the header into the content-inner area. Do you have any idea how I would go about disconnecting the header from the content? If you get a chance to look at the site, you&#039;ll notice that I can&#039;t move any of the header/content over to the left to align it. It&#039;s driving me nuts! I&#039;ve tried every combination of margin and padding you could think of! Thank you ahead of time.</description>
		<content:encoded><![CDATA[<p>This is a fantastic tutorial but I&#8217;m currently using a theme that puts the header into the content-inner area. Do you have any idea how I would go about disconnecting the header from the content? If you get a chance to look at the site, you&#8217;ll notice that I can&#8217;t move any of the header/content over to the left to align it. It&#8217;s driving me nuts! I&#8217;ve tried every combination of margin and padding you could think of! Thank you ahead of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antivirus 2011</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-584</link>
		<dc:creator>antivirus 2011</dc:creator>
		<pubDate>Sat, 25 Sep 2010 21:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-584</guid>
		<description>The tutorial is really a detail one. So nice...The position property is quite powerful in CSS indeed.</description>
		<content:encoded><![CDATA[<p>The tutorial is really a detail one. So nice&#8230;The position property is quite powerful in CSS indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahib</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-2/#comment-580</link>
		<dc:creator>Shahib</dc:creator>
		<pubDate>Sat, 18 Sep 2010 06:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-580</guid>
		<description>Hi Dude,

Nice Work. Awesome.

I have tried scrollable functionality for table in my blog. 
http://s7u.blogspot.com/2010/08/fixed-header-footer-table.html

Regards,
Shahib</description>
		<content:encoded><![CDATA[<p>Hi Dude,</p>
<p>Nice Work. Awesome.</p>
<p>I have tried scrollable functionality for table in my blog.<br />
<a href="http://s7u.blogspot.com/2010/08/fixed-header-footer-table.html">s7u.blogspot.com/2&hellip;er-footer-table.html</a></p>
<p>Regards,<br />
Shahib</p>
]]></content:encoded>
	</item>
</channel>
</rss>

