<?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>miligraf.com &#187; CSS Tutorials</title>
	<atom:link href="http://www.miligraf.com/category/css-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miligraf.com</link>
	<description>Graphic and Web Design</description>
	<lastBuildDate>Fri, 23 Sep 2011 21:19:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Browser detection</title>
		<link>http://www.miligraf.com/css-tutorials/css-browser-detection/</link>
		<comments>http://www.miligraf.com/css-tutorials/css-browser-detection/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 23:53:53 +0000</pubDate>
		<dc:creator>miligraf</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>

		<guid isPermaLink="false">http://www.miligraf.com/?p=37</guid>
		<description><![CDATA[Some days ago I finished a site but it was only coded (CSS) for a perfect view in Firefox 3 and IE 6. I&#8217;ve neer had a CSS file for IE 7 since I dont use it but when viewing the site on a computer that had IE 7, it had some minor problems&#8230;so I [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Some days ago I finished a site but it was only coded (CSS) for a perfect view in Firefox 3 and IE 6. I&#8217;ve neer had a CSS file for IE 7 since I dont use it but when viewing the site on a computer that had IE 7, it had some minor problems&#8230;so I decided it was time to create the IE 7 CSS file.</p>
<p>Searching the web, this is what I ended up with:</p>
<pre class="brush: html">
&lt;!--[if lte IE 7]&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie7.css&quot; /&gt;
&lt; ![endif]--&gt;
&lt;!--[if lte IE 6]&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;ie6.css&quot; /&gt;
&lt; ![endif]--&gt;
&lt; ![if !IE]&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;firefox.css&quot; /&gt;
&lt; ![endif]&gt;
</pre>
<p>The only problem is that it is not XHTML standard&#8230;</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.miligraf.com/css-tutorials/css-browser-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

