<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Minor CSS mystery in IE solved</title>
	<atom:link href="http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml/feed" rel="self" type="application/rss+xml" />
	<link>http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml</link>
	<description>A non-prophet exposé</description>
	<pubDate>Thu, 07 Aug 2008 23:44:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: TCorp</title>
		<link>http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-973</link>
		<dc:creator>TCorp</dc:creator>
		<pubDate>Fri, 17 Mar 2006 23:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-973</guid>
		<description>...&lt;br /&gt;I beg to differ. It's the CSS that's the subject of the page, not the HTML version they use to demonstrate it.</description>
		<content:encoded><![CDATA[<p>&#8230;<br />I beg to differ. It&#8217;s the CSS that&#8217;s the subject of the page, not the HTML version they use to demonstrate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-974</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 17 Mar 2006 23:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-974</guid>
		<description>...&lt;br /&gt;Hrmm...&lt;br /&gt;
&lt;br /&gt;
Interesting how in their code examples they're using selectors in uppercase format (H1, P, BODY, etc.), which is non-standard.  Kinda invalidates their examples that demonstrate using quotes for background-image: url(), doesn't it?  ;)</description>
		<content:encoded><![CDATA[<p>&#8230;<br />Hrmm&#8230;</p>
<p>Interesting how in their code examples they&#8217;re using selectors in uppercase format (H1, P, BODY, etc.), which is non-standard.  Kinda invalidates their examples that demonstrate using quotes for background-image: url(), doesn&#8217;t it?  <img src='http://0xtc.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TCorp</title>
		<link>http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-975</link>
		<dc:creator>TCorp</dc:creator>
		<pubDate>Fri, 17 Mar 2006 23:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-975</guid>
		<description>...&lt;br /&gt;&lt;strong&gt;Update&lt;/strong&gt;: Turns out I was right to begin with:&lt;br /&gt;
&lt;a href="http://www.w3.org/TR/REC-CSS2/colors.html#background-properties" title="" rel="external"&gt;http://www.w3.org/TR/REC-CSS2/colors.html#background-properties&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
WITH double quotes is how the W3C defines it.</description>
		<content:encoded><![CDATA[<p>&#8230;<br /><strong>Update</strong>: Turns out I was right to begin with:<br />
<a href="http://www.w3.org/TR/REC-CSS2/colors.html#background-properties" title="" rel="external">http://www.w3.org/TR/REC-CSS2/colors.html#background-properties</a></p>
<p>WITH double quotes is how the W3C defines it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-976</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 17 Mar 2006 22:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-976</guid>
		<description>...&lt;br /&gt;Interesting. From what I've read, the most effective way to import stylesheets and hide them from undesired older browsers is to use @import "style.css"; with no parenthesis.&lt;br /&gt;
&lt;br /&gt;
Heh, and actually according to the chart, there doesn't seem to be any difference between our prefered methods.</description>
		<content:encoded><![CDATA[<p>&#8230;<br />Interesting. From what I&#8217;ve read, the most effective way to import stylesheets and hide them from undesired older browsers is to use @import &#8220;style.css&#8221;; with no parenthesis.</p>
<p>Heh, and actually according to the chart, there doesn&#8217;t seem to be any difference between our prefered methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TCorp</title>
		<link>http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-977</link>
		<dc:creator>TCorp</dc:creator>
		<pubDate>Fri, 17 Mar 2006 22:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-977</guid>
		<description>...&lt;br /&gt;meh...you're right when it comes to background images (i edited it from the post).&lt;br /&gt;
&lt;br /&gt;
But mind you, &lt;tt&gt;@import("");&lt;/tt&gt; is still the most accepted method of importing external CSS resources.&lt;br /&gt;
&lt;br /&gt;
See:&lt;br /&gt;
&lt;a href="http://w3development.de/css/assigning_external_css/style_import.html" title="" rel="external"&gt;http://w3development.de/css/assigning_external_css/style_import.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>&#8230;<br />meh&#8230;you&#8217;re right when it comes to background images (i edited it from the post).</p>
<p>But mind you, <tt>@import(&#8221;");</tt> is still the most accepted method of importing external CSS resources.</p>
<p>See:<br />
<a href="http://w3development.de/css/assigning_external_css/style_import.html" title="" rel="external">http://w3development.de/css/assigning_external_css/style_import.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-978</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 17 Mar 2006 22:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://0xtc.com/2006/03/16/minor-css-mystery-in-ie-solved.xhtml#comment-978</guid>
		<description>...&lt;br /&gt;Not a big deal, but just FYI - It is recommended that you don't use quotes (single or double) when referencing files in your stylesheet.  They are not required.&lt;br /&gt;
&lt;br /&gt;
I don't have a referencing URL regarding this issue, but I'm sure if you do a simple google search you'll find some articles on it.  I believe I read something about it on w3.org, or perhaps w3schools.com.</description>
		<content:encoded><![CDATA[<p>&#8230;<br />Not a big deal, but just FYI - It is recommended that you don&#8217;t use quotes (single or double) when referencing files in your stylesheet.  They are not required.</p>
<p>I don&#8217;t have a referencing URL regarding this issue, but I&#8217;m sure if you do a simple google search you&#8217;ll find some articles on it.  I believe I read something about it on w3.org, or perhaps w3schools.com.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
