<?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>Networknet.nl Blog &#187; Projects</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/category/projects/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:37:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Webdesign: CSS Min-Height for Internet Explorer</title>
		<link>http://www.networknet.nl/apps/wp/archives/637</link>
		<comments>http://www.networknet.nl/apps/wp/archives/637#comments</comments>
		<pubDate>Fri, 07 Nov 2008 10:43:58 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[min-height]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/archives/637</guid>
		<description><![CDATA[This morning I started creating and testing a new CSS website template for one of my pending projects. After creating the CSS stylesheet and basic HTML page with DIV&#8217;s my content container and footer are not being displayed as they should. For the content div container I assigned CSS property &#8220;min-height=400px;&#8221;. Using of min height]]></description>
			<content:encoded><![CDATA[<p>This morning I started creating and testing a new CSS website template for one of my pending projects. After creating the CSS stylesheet and basic HTML page with DIV&#8217;s my content container and footer are not being displayed as they should. For the content div container I assigned CSS property &#8220;min-height=400px;&#8221;. Using of min height of 400px the website will have nice overview instead depending on the content I enter in the container. The result:</p>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WebdesignCSSMinHeightforInternetExplorer_A5AB/image.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="266" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WebdesignCSSMinHeightforInternetExplorer_A5AB/image_thumb.png" width="504" border="0"></a> </p>
<p>The screenshot was made in Internet Explorer and I checked all my html and css code and everything looks fine. I opened Firefox and opened same URL and the page was displayed as it should be 400px for the content container <img src='http://www.networknet.nl/apps/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . I am new in the web devolvement and trying to get the basics but this is one example when working with different browsers. Internet Explorer ignores &#8220;min-height&#8221; and always assign it 8em if the container doesn&#8217;t contain data. To fix this problem you will need to define addition CSS declaration for the container.</p>
<p>&nbsp;</p>
<ul>
<li>div#content {<br />&nbsp;&nbsp; min-height: 400px;<br />}</li>
<li>* html div#content {<br />height: 400px;<br />}</li>
</ul>
<p>or use another solution</p>
<ul>
<li>div#content {<br />&nbsp;&nbsp; min-height: 400px;<br />&nbsp;&nbsp; <strong>height:auto !important!;<br />&nbsp;&nbsp; height:400px;</strong><br />}</li>
</ul>
<p><a href="http://www.networknet.nl/apps/wp/wp-content/uploads/WebdesignCSSMinHeightforInternetExplorer_A5AB/image_3.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="266" alt="image" src="http://www.networknet.nl/apps/wp/wp-content/uploads/WebdesignCSSMinHeightforInternetExplorer_A5AB/image_thumb_3.png" width="504" border="0"></a> </p>
<p>Wow this fixed my first problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/637/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
