<?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 &#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>Fri, 10 Feb 2012 16:46:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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/wp2/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 of 400px the website will have nice overview instead depending on the content I enter in the container. The result: 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 . 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. &#160; div#content {&#160;&#160; min-height: 400px;} * html div#content {height: 400px;} or use another solution div#content {&#160;&#160; min-height: 400px;&#160;&#160; height:auto !important!;&#160;&#160; height:400px;} Wow this fixed my first problem.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/637/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

