<?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>Extempore &#187; webdesign</title>
	<atom:link href="http://michaelhendrickx.com/tag/webdesign/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelhendrickx.com</link>
	<description>random ramblings of the disturbed mind</description>
	<lastBuildDate>Tue, 20 Jul 2010 05:39:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Background not showing in IE</title>
		<link>http://michaelhendrickx.com/200912_css-background-not-showing-in-ie.html</link>
		<comments>http://michaelhendrickx.com/200912_css-background-not-showing-in-ie.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 05:25:43 +0000</pubDate>
		<dc:creator>Michael Hendrickx</dc:creator>
				<category><![CDATA[misc]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://michaelhendrickx.com/200912_css-background-not-showing-in-ie.html</guid>
		<description><![CDATA[I searched for a while, and could not find out why places.ae wasn&#8217;t showing it&#8217;s background in IE, but it was showing it in Firefox (didn&#8217;t check other browsers).
Apparently, I had a &#8220;mistake&#8221; in my CSS files, and IE seem to trap more on this than firefox.  I had the following line:

#city{ background:url(http://img.places.ae/p2bg.jpg)repeat-x scroll [...]]]></description>
			<content:encoded><![CDATA[<p>I searched for a while, and could not find out why places.ae wasn&#8217;t showing it&#8217;s background in IE, but it was showing it in Firefox (didn&#8217;t check other browsers).</p>
<p>Apparently, I had a &#8220;mistake&#8221; in my CSS files, and IE seem to trap more on this than firefox.  I had the following line:</p>
<p><code><br />
#city{ background:url(http://img.places.ae/p2bg.jpg)repeat-x scroll left top; width:100%; height:208px;}<br />
</code></p>
<p>And the missing space aftedr the url() parameter, prevented IE from showing the background.  Just a quick tip in case you run into the same problems.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhendrickx.com/200912_css-background-not-showing-in-ie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
