<?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>Mon, 15 Mar 2010 16:45:12 -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: TG Developer &#187; 47 CSS Tips &#38; Tricks To Take Your Site To The Next Level</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-1/#comment-438</link>
		<dc:creator>TG Developer &#187; 47 CSS Tips &#38; Tricks To Take Your Site To The Next Level</dc:creator>
		<pubDate>Mon, 15 Mar 2010 16:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-438</guid>
		<description>[...] you can try are creating a scrollable table with a fixed header within your page or keeping both header and footer fixed while allowing your content to scroll between [...]</description>
		<content:encoded><![CDATA[<p>[...] you can try are creating a scrollable table with a fixed header within your page or keeping both header and footer fixed while allowing your content to scroll between [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-1/#comment-389</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sat, 13 Feb 2010 09:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-389</guid>
		<description>I would also like to start by saying thank you for a really good tutorial.

I am having a problem that my content, which is an iframe with a src to another site, sits on top of my header. I have tried using normal html content and that works fine. But the minute I try to use iframes, then the fixed header goes to behind my content.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>I would also like to start by saying thank you for a really good tutorial.</p>
<p>I am having a problem that my content, which is an iframe with a src to another site, sits on top of my header. I have tried using normal html content and that works fine. But the minute I try to use iframes, then the fixed header goes to behind my content.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-1/#comment-385</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 10 Feb 2010 17:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-385</guid>
		<description>awesome. thanks so much!</description>
		<content:encoded><![CDATA[<p>awesome. thanks so much!</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-1/#comment-384</link>
		<dc:creator>Jarod Taylor</dc:creator>
		<pubDate>Wed, 10 Feb 2010 14:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-384</guid>
		<description>Rich, I took a look at your layout. The reason you&#039;re getting your scrollbars in the header and footer, are due to the images you&#039;re using. Even though you&#039;re declaring a height of 170px in the header-wrap, the image remains an inline element. You&#039;ll also notice that your header, and footer, are not aligning up properly with the rest of your layout (at least in Firefox 3.5.7 on Mac OS X). To fix both the alignment issue AND remove the scrollbars, you need to add this to your stylesheet. 

&lt;pre&gt;&lt;code&gt;
#header img, #footer img 
{
display: block;
}
&lt;/code&gt;&lt;/pre&gt;

Hope this helps.

Thanks,

Jarod</description>
		<content:encoded><![CDATA[<p>Rich, I took a look at your layout. The reason you&#8217;re getting your scrollbars in the header and footer, are due to the images you&#8217;re using. Even though you&#8217;re declaring a height of 170px in the header-wrap, the image remains an inline element. You&#8217;ll also notice that your header, and footer, are not aligning up properly with the rest of your layout (at least in Firefox 3.5.7 on Mac OS X). To fix both the alignment issue AND remove the scrollbars, you need to add this to your stylesheet. </p>
<pre><code>
#header img, #footer img
{
display: block;
}
</code></pre>
<p>Hope this helps.</p>
<p>Thanks,</p>
<p>Jarod</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-1/#comment-383</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-383</guid>
		<description>p.s. www.smoothentertainment.com (that&#039;s where the problem lies)</description>
		<content:encoded><![CDATA[<p>p.s. <a href="http://www.smoothentertainment.com">http://www.smoothentertainment.com</a> (that&#8217;s where the problem lies)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-1/#comment-382</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 09 Feb 2010 17:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-382</guid>
		<description>First off, amazing tutorial! Very helpful!

Quick question: when i do the &quot;overflow:auto&quot; work around for the Firefox 3.5 bug, I get scrollbars in my header and footer, even though the containers are set to the exact dimensions of my header/footer images. I&#039;m admittedly pretty new to CSS, so any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>First off, amazing tutorial! Very helpful!</p>
<p>Quick question: when i do the &#8220;overflow:auto&#8221; work around for the Firefox 3.5 bug, I get scrollbars in my header and footer, even though the containers are set to the exact dimensions of my header/footer images. I&#8217;m admittedly pretty new to CSS, so any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad Hafiz Bin Hussin</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-1/#comment-367</link>
		<dc:creator>Muhammad Hafiz Bin Hussin</dc:creator>
		<pubDate>Fri, 29 Jan 2010 10:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-367</guid>
		<description>guys, I am still having problem with the header when browsing through I E 8..
but, it is ok when I browse using Google Chrome..
man, I am dizzy right now (@_@)</description>
		<content:encoded><![CDATA[<p>guys, I am still having problem with the header when browsing through I E 8..<br />
but, it is ok when I browse using Google Chrome..<br />
man, I am dizzy right now (@_@)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad Hafiz Bin Hussin</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-1/#comment-366</link>
		<dc:creator>Muhammad Hafiz Bin Hussin</dc:creator>
		<pubDate>Fri, 29 Jan 2010 07:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-366</guid>
		<description>This is a good tutorial ever!

But, I am new in css. Some terms and some parts of the tutorial I am not able to understand.(T_T)</description>
		<content:encoded><![CDATA[<p>This is a good tutorial ever!</p>
<p>But, I am new in css. Some terms and some parts of the tutorial I am not able to understand.(T_T)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: april_mary</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-1/#comment-349</link>
		<dc:creator>april_mary</dc:creator>
		<pubDate>Thu, 17 Dec 2009 13:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-349</guid>
		<description>Thanks a lot!
Very useful guide!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!<br />
Very useful guide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitternacht</title>
		<link>http://www.noobcube.com/tutorials/html-css/fixed-header-footer-layout-a-beginners-guide-/comment-page-1/#comment-343</link>
		<dc:creator>Mitternacht</dc:creator>
		<pubDate>Sun, 06 Dec 2009 02:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.noobcube.com/?p=418#comment-343</guid>
		<description>Fixed my flash problem with wmode=&quot;opaque&quot; works in firefox, chrom, Internet explorer, and safari. Haven&#039;t tested other browsers.</description>
		<content:encoded><![CDATA[<p>Fixed my flash problem with wmode=&#8221;opaque&#8221; works in firefox, chrom, Internet explorer, and safari. Haven&#8217;t tested other browsers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
