<?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: hiding stylesheets from older browsers</title>
	<atom:link href="http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/</link>
	<description>bloggo ma non troppo</description>
	<pubDate>Wed, 23 Jul 2008 21:45:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: spoutnik</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10348</link>
		<dc:creator>spoutnik</dc:creator>
		<pubDate>Fri, 08 Nov 2002 01:38:30 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10348</guid>
		<description>spoutnik&lt;br /&gt;
made a mistake in the way to comment style&lt;br /&gt;
&#60;style type="text/css"&#62;&#60;!--/*--&#62;&#60;![CDATA[/*&#62;&#60;!--*/ &lt;br /&gt;
... &lt;br /&gt;
/*]]&#62;*/--&#62;&#60;/style&#62;&lt;br /&gt;
must be ok this time&lt;br /&gt;
I hope so</description>
		<content:encoded><![CDATA[<p>spoutnik<br />
made a mistake in the way to comment style<br />
&#60;style type=&#8221;text/css&#8221;&#62;&#60;!&#8211;/*&#8211;&#62;&#60;![CDATA[/*&#62;&#60;!&#8211;*/ <br />
&#8230; <br />
/*]]&#62;*/&#8211;&#62;&#60;/style&#62;<br />
must be ok this time<br />
I hope so</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spoutnik</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10347</link>
		<dc:creator>spoutnik</dc:creator>
		<pubDate>Fri, 08 Nov 2002 01:28:57 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10347</guid>
		<description>Hello, &lt;br /&gt;
there are several other ways to hide your css from old/ and not so old browsers&lt;br /&gt;
you can do that with the&lt;br /&gt;
@import rule&lt;br /&gt;
media attribute&lt;br /&gt;
some comments&lt;br /&gt;
attribute, child selectors&lt;br /&gt;
Tantek's hack&lt;br /&gt;
and ...too long&lt;br /&gt;
so here is a good place for information about that &lt;br /&gt;
http://pixels.pixelpark.com/~koch/hide_css_from_browsers/&lt;br /&gt;
&lt;br /&gt;
and as bonus this is the way (it validate w3c) to comments style&lt;br /&gt;
&lt;br /&gt;
*/--&gt;&lt;br /&gt;
&lt;br /&gt;
Apologize for my poor english (i'am from belgium)&lt;br /&gt;
cheers</description>
		<content:encoded><![CDATA[<p>Hello, <br />
there are several other ways to hide your css from old/ and not so old browsers<br />
you can do that with the<br />
@import rule<br />
media attribute<br />
some comments<br />
attribute, child selectors<br />
Tantek&#8217;s hack<br />
and &#8230;too long<br />
so here is a good place for information about that <br />
<a href="http://pixels.pixelpark.com/~koch/hide_css_from_browsers/" rel="nofollow">http://pixels.pixelpark.com/~koch/hide_css_from_browsers/</a></p>
<p>and as bonus this is the way (it validate w3c) to comments style</p>
<p>*/&#8211;></p>
<p>Apologize for my poor english (i&#8217;am from belgium)<br />
cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10339</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 06 Nov 2002 07:29:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10339</guid>
		<description>Lol, well then I don't know what to tell you.</description>
		<content:encoded><![CDATA[<p>Lol, well then I don&#8217;t know what to tell you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michel v</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10338</link>
		<dc:creator>michel v</dc:creator>
		<pubDate>Wed, 06 Nov 2002 07:20:46 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10338</guid>
		<description>Yeah. The comments are out of the style tags so that the styme tags really aren't used! :P&lt;br /&gt;
But I tell you, it's not a matter of comments (no need to put comments for an @import command). It's a matter of browsers not understanding the 2 @imported stylesheets are distinct and shouldn't be used both at once.</description>
		<content:encoded><![CDATA[<p>Yeah. The comments are out of the style tags so that the styme tags really aren&#8217;t used! :P<br />
But I tell you, it&#8217;s not a matter of comments (no need to put comments for an @import command). It&#8217;s a matter of browsers not understanding the 2 @imported stylesheets are distinct and shouldn&#8217;t be used both at once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10337</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 06 Nov 2002 07:18:22 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10337</guid>
		<description>Ah I see, but you did it wrong, the comment markers go inside the style tags.</description>
		<content:encoded><![CDATA[<p>Ah I see, but you did it wrong, the comment markers go inside the style tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10336</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 06 Nov 2002 07:15:59 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10336</guid>
		<description>D'oh! It didn't show up... for Example:&lt;br /&gt;
&lt;br /&gt;
&#60;STYLE TYPE="text/css"&#62;&lt;br /&gt;
&#60;!--&lt;br /&gt;
ABCXYZ {&lt;br /&gt;
  xxx-xxx: 123;&lt;br /&gt;
  yyy-yyy: 456;&lt;br /&gt;
}&lt;br /&gt;
--&#62;&lt;br /&gt;
&#60;/STYLE&#62;</description>
		<content:encoded><![CDATA[<p>D&#8217;oh! It didn&#8217;t show up&#8230; for Example:</p>
<p>&#60;STYLE TYPE=&#8221;text/css&#8221;&#62;<br />
&#60;!&#8211;<br />
ABCXYZ {<br />
  xxx-xxx: 123;<br />
  yyy-yyy: 456;<br />
}<br />
&#8211;&#62;<br />
&#60;/STYLE&#62;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michel v</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10335</link>
		<dc:creator>michel v</dc:creator>
		<pubDate>Wed, 06 Nov 2002 07:14:33 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10335</guid>
		<description>Daynah, @import is a CSS command that is not understood by Netscape 4 and lower browsers. This is why it's mostly used to hide stylesheets from older browsers.&lt;br /&gt;
Steve, the markup I'm using is in my &#60;head&#62; section, it's commented out (view source).</description>
		<content:encoded><![CDATA[<p>Daynah, @import is a CSS command that is not understood by Netscape 4 and lower browsers. This is why it&#8217;s mostly used to hide stylesheets from older browsers.<br />
Steve, the markup I&#8217;m using is in my &#60;head&#62; section, it&#8217;s commented out (view source).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10334</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 06 Nov 2002 07:13:38 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10334</guid>
		<description>D'oh! It didn't show up, lets try this again... Example:&lt;br /&gt;
&lt;br /&gt;
&#60;STYLE TYPE="text/css"&#62;&lt;br /&gt;
&#60;!--&lt;br /&gt;
ABCXYZ {&lt;br /&gt;
  xxx-xxx: 123;&lt;br /&gt;
  yyy-yyy: 456;&lt;br /&gt;
--&#62;</description>
		<content:encoded><![CDATA[<p>D&#8217;oh! It didn&#8217;t show up, lets try this again&#8230; Example:</p>
<p>&#60;STYLE TYPE=&#8221;text/css&#8221;&#62;<br />
&#60;!&#8211;<br />
ABCXYZ {<br />
  xxx-xxx: 123;<br />
  yyy-yyy: 456;<br />
&#8211;&#62;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10333</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 06 Nov 2002 07:11:09 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10333</guid>
		<description>Maybe I'm misunderstanding your problem, but have you tried using comment markers? For example:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m misunderstanding your problem, but have you tried using comment markers? For example:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daynah</title>
		<link>http://zengun.org/weblog/archives/2002/11/hiding-stylesheets-from-older-browsers/#comment-10327</link>
		<dc:creator>Daynah</dc:creator>
		<pubDate>Mon, 04 Nov 2002 07:03:52 +0000</pubDate>
		<guid isPermaLink="false">/?p=1934#comment-10327</guid>
		<description>Michel, what's the difference between import and the link tag?  Is it an xml issue?</description>
		<content:encoded><![CDATA[<p>Michel, what&#8217;s the difference between import and the link tag?  Is it an xml issue?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
