<?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; css</title>
	<atom:link href="http://michaelhendrickx.com/tag/css/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>
		<item>
		<title>CSS Optimizer shrinks your CSS files</title>
		<link>http://michaelhendrickx.com/200809_css-optimizer-shrinks-your-css-files.html</link>
		<comments>http://michaelhendrickx.com/200809_css-optimizer-shrinks-your-css-files.html#comments</comments>
		<pubDate>Sat, 06 Sep 2008 00:25:02 +0000</pubDate>
		<dc:creator>Michael Hendrickx</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css optimizer]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://michaelhendrickx.com/?p=28</guid>
		<description><![CDATA[CSS Optimizer is a tool that will shrink your CSS files and shave off a few kilobytes.  I tested a few CSS files on places.ae and, shamefully, saw an average of 33% improvement that&#8217;s possible.  (Though not as bad as some other sites: salik (49%) and dubai police (62%)).
Very useful tool, especially on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cssoptimiser.com/"><img src="http://michaelhendrickx.com/wp-content/uploads/2008/09/online_css_optimizer_logo.png" alt="" title="online_css_optimizer_logo" width="125" height="75" class="alignright size-medium wp-image-29" /></a><a href="http://www.cssoptimiser.com/">CSS Optimizer</a> is a tool that will shrink your CSS files and shave off a few kilobytes.  I tested a few CSS files on places.ae and, shamefully, saw an average of 33% improvement that&#8217;s possible.  (Though not as bad as some other sites: <a href="http://www.salik.ae/english/includes/style.css">salik</a> (49%) and <a href="http://www.dubaipolice.gov.ae/dp/images3/main.css">dubai police</a> (62%)).</p>
<p>Very useful tool, especially on mobile sites or sites where bandwidth is an important factor.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaelhendrickx.com/200809_css-optimizer-shrinks-your-css-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
