<?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: 100% height Issues</title>
	<atom:link href="http://blazenewmedia.com/articles/100-height-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://blazenewmedia.com/articles/100-height-issues/</link>
	<description></description>
	<lastBuildDate>Sat, 14 Jun 2008 18:59:58 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bob</title>
		<link>http://blazenewmedia.com/articles/100-height-issues/comment-page-1/#comment-538</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 15 Jan 2008 01:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/100-height-issues/#comment-538</guid>
		<description>&lt;p&gt;Thanks for the tip.  After spending an hour or so working through all the other CSS stuff I was amazed how simple the answer was.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.  After spending an hour or so working through all the other CSS stuff I was amazed how simple the answer was.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://blazenewmedia.com/articles/100-height-issues/comment-page-1/#comment-528</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 23 Nov 2007 06:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/100-height-issues/#comment-528</guid>
		<description>&lt;p&gt;Dr1nks,&lt;/p&gt;

	&lt;p&gt;To get the effect you&#8217;re talking about, a simply put a height:auto !important, in the same element and it puts in the min height and stretches to accomodate the extra content if larger than the main height. &lt;/p&gt;

	&lt;p&gt;Admittedly I haven&#8217;t tried that one with % yet but it&#8217;s always worked with px height. I always have to do that to compensate for the IE6 misinterpretation of min-height.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Dr1nks,</p>
<p>To get the effect you&#8217;re talking about, a simply put a height:auto !important, in the same element and it puts in the min height and stretches to accomodate the extra content if larger than the main height. </p>
<p>Admittedly I haven&#8217;t tried that one with % yet but it&#8217;s always worked with px height. I always have to do that to compensate for the IE6 misinterpretation of min-height.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StewartG</title>
		<link>http://blazenewmedia.com/articles/100-height-issues/comment-page-1/#comment-62</link>
		<dc:creator>StewartG</dc:creator>
		<pubDate>Fri, 20 Jan 2006 07:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/100-height-issues/#comment-62</guid>
		<description>Ok, I&#039;m working on a clients site at the moment and they want the site to fit in 100% of the browser, ok that&#039;s fine...

However in the bottom area of the site we have an image, that DOES go below the bottom of the browser window, but I have another overlay image that sits at the bottom (IE bottom: 0px;) that acts as an end to the other image.

Is there a way to have my background image stretch below the bottom of the browser window without the scroll bar appearing?!

If none of this makes sense then sorry, best way I can think of explaining it.

Stew.</description>
		<content:encoded><![CDATA[<p>Ok, I&#8217;m working on a clients site at the moment and they want the site to fit in 100% of the browser, ok that&#8217;s fine&#8230;</p>
<p>However in the bottom area of the site we have an image, that DOES go below the bottom of the browser window, but I have another overlay image that sits at the bottom (IE bottom: 0px;) that acts as an end to the other image.</p>
<p>Is there a way to have my background image stretch below the bottom of the browser window without the scroll bar appearing?!</p>
<p>If none of this makes sense then sorry, best way I can think of explaining it.</p>
<p>Stew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinsoldier</title>
		<link>http://blazenewmedia.com/articles/100-height-issues/comment-page-1/#comment-18</link>
		<dc:creator>thinsoldier</dc:creator>
		<pubDate>Tue, 11 Jan 2005 16:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/100-height-issues/#comment-18</guid>
		<description>Tyler, according to the w3c standards you shouldn&#039;t be able to assign a height to a table. Safari is very standards compliant...bla bla bla.... table height won&#039;t work because it shouldn&#039;t work because height is not a valid table attribute (although I wish it was)</description>
		<content:encoded><![CDATA[<p>Tyler, according to the w3c standards you shouldn&#8217;t be able to assign a height to a table. Safari is very standards compliant&#8230;bla bla bla&#8230;. table height won&#8217;t work because it shouldn&#8217;t work because height is not a valid table attribute (although I wish it was)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tyler</title>
		<link>http://blazenewmedia.com/articles/100-height-issues/comment-page-1/#comment-21</link>
		<dc:creator>Tyler</dc:creator>
		<pubDate>Tue, 28 Dec 2004 21:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://blazenewmedia.com/beta/blog/uncategorized/100-height-issues/#comment-21</guid>
		<description>I can&#039;t seem to utilize this on Mac Safari. I am having a hard time finding a way to have height:100% work on this browser. I am not using DIVs, but TABLEs. Any advice?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to utilize this on Mac Safari. I am having a hard time finding a way to have height:100% work on this browser. I am not using DIVs, but TABLEs. Any advice?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
