<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>oldmatebrendo.com &#187; conatiner</title>
	<atom:link href="http://oldmatebrendo.com/tag/conatiner/feed/" rel="self" type="application/rss+xml" />
	<link>http://oldmatebrendo.com</link>
	<description>the incoherent ramblings of brendo</description>
	<lastBuildDate>Fri, 18 Sep 2009 01:02:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Making the container div the full height of it&#8217;s floating child div</title>
		<link>http://oldmatebrendo.com/2009/08/making-the-container-div-the-full-height-of-its-floating-child-div/</link>
		<comments>http://oldmatebrendo.com/2009/08/making-the-container-div-the-full-height-of-its-floating-child-div/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 06:20:16 +0000</pubDate>
		<dc:creator>brendo</dc:creator>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[conatiner]]></category>
		<category><![CDATA[container div height]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css height]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[div height]]></category>
		<category><![CDATA[float child div]]></category>
		<category><![CDATA[height]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://oldmatebrendo.com/?p=49</guid>
		<description><![CDATA[This is one that consistently annoys the crap out of me. It usually happens when someone else has been messing with a layout I&#8217;ve developed &#8211; usually the type of web developer that uses tables for layout and loves the &#60;font&#62; tag.
When I find that my container div isn&#8217;t stretching the full height, it is [...]]]></description>
			<content:encoded><![CDATA[<p>This is one that consistently annoys the crap out of me. It usually happens when someone else has been messing with a layout I&#8217;ve developed &#8211; usually the type of web developer that uses tables for layout and loves the &lt;font&gt; tag.</p>
<p>When I find that my container div isn&#8217;t stretching the full height, it is usually because the HEIGHT property <em>has</em> been specified. Specifying height: 100%; Doesn&#8217;t have the effect you might think it would. Removing height: 100%; has the effect of making the parent container extend the full height of the child container, even if the child is a float.</p>
]]></content:encoded>
			<wfw:commentRss>http://oldmatebrendo.com/2009/08/making-the-container-div-the-full-height-of-its-floating-child-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
