<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Filtering CSS</title>
	<atom:link href="http://stopdesign.com/archive/2004/07/06/filtering-css.html/feed" rel="self" type="application/rss+xml" />
	<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html</link>
	<description>Stopdesign is the creative outlet of Douglas Bowman.</description>
	<lastBuildDate>Tue, 04 May 2010 11:39:03 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Douglas Bowman</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1868</link>
		<dc:creator>Douglas Bowman</dc:creator>
		<pubDate>Wed, 11 Aug 2004 16:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1868</guid>
		<description>&lt;a href=&quot;#comment54&quot; rel=&quot;nofollow&quot;&gt;Frank&lt;/a&gt;: It looks like you have everything right. Nothing obviously wrong stands out if you&#039;ve reproduced your code here exactly as you have it.

So I&#039;m going to take a guess, and say that it *might* have something to do with your cache settings? IE/Mac caches style sheets pretty fiercely, and doesn&#039;t let go. So you could be making all kinds of changes, but IE/Mac won&#039;t show any of them until it grabs the new style sheet.

Either load each style sheet directly (by typing in its URL and hitting reload).

Or go into preferences, and under Web Browser, select Advanced, then make sure that Cache is set to update pages &quot;Always&quot;.

Your IE5/Mac audience may not have their cache set up like this, but if you&#039;re developing and testing pages, it&#039;s necessary for you to do this so you can see the changes without manually reloading each of your style sheets each time.

If it&#039;s not a cache problem, I&#039;m not sure what it could be.</description>
		<content:encoded><![CDATA[<p><a href="#comment54" rel="nofollow">Frank</a>: It looks like you have everything right. Nothing obviously wrong stands out if you&#8217;ve reproduced your code here exactly as you have it.</p>
<p>So I&#8217;m going to take a guess, and say that it *might* have something to do with your cache settings? IE/Mac caches style sheets pretty fiercely, and doesn&#8217;t let go. So you could be making all kinds of changes, but IE/Mac won&#8217;t show any of them until it grabs the new style sheet.</p>
<p>Either load each style sheet directly (by typing in its URL and hitting reload).</p>
<p>Or go into preferences, and under Web Browser, select Advanced, then make sure that Cache is set to update pages &#8220;Always&#8221;.</p>
<p>Your IE5/Mac audience may not have their cache set up like this, but if you&#8217;re developing and testing pages, it&#8217;s necessary for you to do this so you can see the changes without manually reloading each of your style sheets each time.</p>
<p>If it&#8217;s not a cache problem, I&#8217;m not sure what it could be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1867</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 11 Aug 2004 14:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1867</guid>
		<description>Not sure if there is still activity on this, but if somebody reads this, I&#039;m hoping you can help.

For some reason the BPF does not seem to be working for me on IE5/Mac.  I&#039;m not sure if I&#039;m doing it properly, but for some reason it won&#039;t pick up the styles I add to the Mac stylesheet.

Here&#039;s how I&#039;m doing it:
&lt;code&gt;
/*\*//*/
@import &quot;ie5mac.css&quot;;
/**/
&lt;/code&gt;

And a sample style I have to test whether it&#039;s working is:
&lt;code&gt;
body{
background-color: red;
}
&lt;/code&gt;

I&#039;m sure it&#039;s something obvious that I&#039;m missing, but I can&#039;t seem to find the problem.

Any help would be appreciated!


Thanks!</description>
		<content:encoded><![CDATA[<p>Not sure if there is still activity on this, but if somebody reads this, I&#8217;m hoping you can help.</p>
<p>For some reason the BPF does not seem to be working for me on IE5/Mac.  I&#8217;m not sure if I&#8217;m doing it properly, but for some reason it won&#8217;t pick up the styles I add to the Mac stylesheet.</p>
<p>Here&#8217;s how I&#8217;m doing it:<br />
<code><br />
/*\*//*/<br />
@import "ie5mac.css";<br />
/**/<br />
</code></p>
<p>And a sample style I have to test whether it&#8217;s working is:<br />
<code><br />
body{<br />
background-color: red;<br />
}<br />
</code></p>
<p>I&#8217;m sure it&#8217;s something obvious that I&#8217;m missing, but I can&#8217;t seem to find the problem.</p>
<p>Any help would be appreciated!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loz Gray</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1866</link>
		<dc:creator>Loz Gray</dc:creator>
		<pubDate>Thu, 29 Jul 2004 16:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1866</guid>
		<description>I discovered the same as post 43 the other day. The difference is that I have:


/*\*/
@import &quot;/portfolio/style/screen_all.css&quot;;
/*/
@import &quot;/portfolio/style/screen_ie5mac.css&quot;;
/**/


in a server side include in the top of all my documents. Is it better to have it in the stylesheet instead?</description>
		<content:encoded><![CDATA[<p>I discovered the same as post 43 the other day. The difference is that I have:</p>
<p>/*\*/<br />
@import &#8220;/portfolio/style/screen_all.css&#8221;;<br />
/*/<br />
@import &#8220;/portfolio/style/screen_ie5mac.css&#8221;;<br />
/**/</p>
<p>in a server side include in the top of all my documents. Is it better to have it in the stylesheet instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phoat</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1865</link>
		<dc:creator>Phoat</dc:creator>
		<pubDate>Thu, 22 Jul 2004 16:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1865</guid>
		<description>I have a question.

Why all this talk about creating some weird syntax to filter out IE, when conditional comments have worked since IE5?

Granted you couldn&#039;t distiguish between IEWin or IEMac but I think conditional comments is something that is very underused and very powerful.

Now with Tantek√¢‚Ç¨‚Ñ¢s newest hack, you can add a conditional comment to include IE specific hacks and then in the IE style sheet, include IE/Mac specific hacks. You can even go so far as to seperate these hacks into seperate files as so.

&lt;style&gt;
regular styles here

&lt;!--[if IE 6];&gt;
@import url(ie.css);
&lt;![endif]--&gt;

&lt;/style&gt;


in your ie.css file then you can then use comment 34&#039;s method of determinining whether ie/win or ie/mac is used...

/*\*/
@import √¢‚Ç¨≈ìiewin.css√¢‚Ç¨¬ù;
/*/
@import √¢‚Ç¨≈ìiemac.css√¢‚Ç¨¬ù;
/**/

I&#039;m not sure if this will work in a seperate style sheet, but if it does, it could be a good way to keep all your hacks seperate for specific browsers, so when those become obsolete, all you need to do is delete the reference to the css, not go edit each line where a hack exists.

Any thoughts/comments about this?</description>
		<content:encoded><![CDATA[<p>I have a question.</p>
<p>Why all this talk about creating some weird syntax to filter out IE, when conditional comments have worked since IE5?</p>
<p>Granted you couldn&#8217;t distiguish between IEWin or IEMac but I think conditional comments is something that is very underused and very powerful.</p>
<p>Now with Tantek√¢‚Ç¨‚Ñ¢s newest hack, you can add a conditional comment to include IE specific hacks and then in the IE style sheet, include IE/Mac specific hacks. You can even go so far as to seperate these hacks into seperate files as so.</p>
<p>&lt;style&gt;<br />
regular styles here</p>
<p>&lt;!&#8211;[if IE 6];&gt;<br />
@import url(ie.css);<br />
&lt;![endif]&#8211;&gt;</p>
<p>&lt;/style&gt;</p>
<p>in your ie.css file then you can then use comment 34&#8242;s method of determinining whether ie/win or ie/mac is used&#8230;</p>
<p>/*\*/<br />
@import √¢‚Ç¨≈ìiewin.css√¢‚Ç¨¬ù;<br />
/*/<br />
@import √¢‚Ç¨≈ìiemac.css√¢‚Ç¨¬ù;<br />
/**/</p>
<p>I&#8217;m not sure if this will work in a seperate style sheet, but if it does, it could be a good way to keep all your hacks seperate for specific browsers, so when those become obsolete, all you need to do is delete the reference to the css, not go edit each line where a hack exists.</p>
<p>Any thoughts/comments about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Hanning</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1864</link>
		<dc:creator>Tommy Hanning</dc:creator>
		<pubDate>Tue, 20 Jul 2004 17:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1864</guid>
		<description>Ok, I don&#039;t really understand this. I believe I&#039;m getting it wrong...I&#039;ve been trying this but my site (my navigation, that is) won&#039;t work on IE5/Mac anyways...I&#039;m doing something wrong I guess....but what?

I have to admit that I&#039;m fairly new to this...</description>
		<content:encoded><![CDATA[<p>Ok, I don&#8217;t really understand this. I believe I&#8217;m getting it wrong&#8230;I&#8217;ve been trying this but my site (my navigation, that is) won&#8217;t work on IE5/Mac anyways&#8230;I&#8217;m doing something wrong I guess&#8230;.but what?</p>
<p>I have to admit that I&#8217;m fairly new to this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Let Me See If I Get This</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1863</link>
		<dc:creator>Let Me See If I Get This</dc:creator>
		<pubDate>Thu, 15 Jul 2004 19:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1863</guid>
		<description>Ok, I understand the reason for this filter. I haven&#039;t had too much problem with IE/Mac so I haven&#039;t had to look for workarounds.

That being said, when you send someone to the alternate css, what should be on that stylesheet (meaning where can I find what issues IE/Mac or Win has)?</description>
		<content:encoded><![CDATA[<p>Ok, I understand the reason for this filter. I haven&#8217;t had too much problem with IE/Mac so I haven&#8217;t had to look for workarounds.</p>
<p>That being said, when you send someone to the alternate css, what should be on that stylesheet (meaning where can I find what issues IE/Mac or Win has)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beto</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1862</link>
		<dc:creator>beto</dc:creator>
		<pubDate>Wed, 14 Jul 2004 06:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1862</guid>
		<description>This couldn&#039;t just come more timely for us. It was precisely today that one of our workmates came to my desk foaming at the mouth (okay, that was only a slight exaggeration), whining about how come his precious all-CSS layout worked wonders in Safari and Firefox and was torn to shambles on IE/Mac. I didn&#039;t know what to tell him at the time, knowing about all the millions of compatibility issues. Needless to say, I emailed him this pass filter tutorial later. This should be the answer to his woes... and mine as well.

I still hate hacks though. However I applaud every attempt to make this neccesary evil less sucky.</description>
		<content:encoded><![CDATA[<p>This couldn&#8217;t just come more timely for us. It was precisely today that one of our workmates came to my desk foaming at the mouth (okay, that was only a slight exaggeration), whining about how come his precious all-CSS layout worked wonders in Safari and Firefox and was torn to shambles on IE/Mac. I didn&#8217;t know what to tell him at the time, knowing about all the millions of compatibility issues. Needless to say, I emailed him this pass filter tutorial later. This should be the answer to his woes&#8230; and mine as well.</p>
<p>I still hate hacks though. However I applaud every attempt to make this neccesary evil less sucky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Egor Kloos</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1861</link>
		<dc:creator>Egor Kloos</dc:creator>
		<pubDate>Mon, 12 Jul 2004 15:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1861</guid>
		<description>I&#039;ve used this trick once when I found out about the comment hack. Totally forgot about it. Better make a mental note, so I don&#039;t forget it again.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used this trick once when I found out about the comment hack. Totally forgot about it. Better make a mental note, so I don&#8217;t forget it again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1860</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Sun, 11 Jul 2004 21:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1860</guid>
		<description>Comment 43 is an important insight. Since there is no need to keep the two sets of slashes together you can make a &#039;hide from mac&#039; block followed by a &#039;show to mac&#039; block. Another function of this would be to combine it with * html to put all the IE hacks in one place:
&lt;code&gt;
/*\*/
* html {iewin rules;}
/*/
* html {iemac rules;}
/**/
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Comment 43 is an important insight. Since there is no need to keep the two sets of slashes together you can make a &#8216;hide from mac&#8217; block followed by a &#8216;show to mac&#8217; block. Another function of this would be to combine it with * html to put all the IE hacks in one place:<br />
<code><br />
/*\*/<br />
* html {iewin rules;}<br />
/*/<br />
* html {iemac rules;}<br />
/**/<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1859</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Fri, 09 Jul 2004 16:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1859</guid>
		<description>&lt;cite&gt;‚ÄúDo you think the reason that there are few IE5/Mac users visiting your site may be due to the fact that when they view your site with their browser it looks like crap?‚Äù&lt;/cite&gt;

In a word... no. :}</description>
		<content:encoded><![CDATA[<p><cite>‚ÄúDo you think the reason that there are few IE5/Mac users visiting your site may be due to the fact that when they view your site with their browser it looks like crap?‚Äù</cite></p>
<p>In a word&#8230; no. :}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Dominey</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1858</link>
		<dc:creator>Todd Dominey</dc:creator>
		<pubDate>Fri, 09 Jul 2004 15:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1858</guid>
		<description>Perfect timing Douglas -- I was just about to start fixing some IE 5 / Mac issues in a site I&#039;m building, and this method is far easier, faster, and cleaner than what I originally planned.</description>
		<content:encoded><![CDATA[<p>Perfect timing Douglas &#8212; I was just about to start fixing some IE 5 / Mac issues in a site I&#8217;m building, and this method is far easier, faster, and cleaner than what I originally planned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Inman</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1857</link>
		<dc:creator>Shaun Inman</dc:creator>
		<pubDate>Fri, 09 Jul 2004 14:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1857</guid>
		<description>Somebody requested an IE 6 band pass filter. Try conditional comments. As long as they are downlevel-hidden all other browsers will see them as regular comments--which are perfectly valid.

I handle the contents of my &lt;code&gt;&lt;head&gt;&lt;/code&gt; tags with an include so this addition is easy enough to make.

For IE PC 6:

&lt;code&gt;&lt;!--[if IE 6]&gt;
&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
/* &lt;![CDATA[ */
@import url(index_css/iepc6.css);
/* ]]&gt; */
&lt;/style&gt;
&lt;![endif]--&gt;
&lt;/code&gt;

For IE PC 5.x:

&lt;code&gt;&lt;!--[if IE 5]&gt;
&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
/* &lt;![CDATA[ */
@import url(index_css/iepc5.css);
/* ]]&gt; */
&lt;/style&gt;
&lt;![endif]--&gt;
&lt;/code&gt;

Or just for IE PC regardless of version:

&lt;code&gt;&lt;!--[if IE]&gt;
&lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
/* &lt;![CDATA[ */
@import url(index_css/iepc.css);
/* ]]&gt; */
&lt;/style&gt;
&lt;![endif]--&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Somebody requested an IE 6 band pass filter. Try conditional comments. As long as they are downlevel-hidden all other browsers will see them as regular comments&#8211;which are perfectly valid.</p>
<p>I handle the contents of my <code>&lt;head&gt;</code> tags with an include so this addition is easy enough to make.</p>
<p>For IE PC 6:</p>
<p><code>&lt;!--[if IE 6]&gt;<br />
&lt;style type="text/css" media="screen"&gt;<br />
/* &lt;![CDATA[ */<br />
@import url(index_css/iepc6.css);<br />
/* ]]&gt; */<br />
&lt;/style&gt;<br />
&lt;![endif]--&gt;<br />
</code></p>
<p>For IE PC 5.x:</p>
<p><code>&lt;!--[if IE 5]&gt;<br />
&lt;style type="text/css" media="screen"&gt;<br />
/* &lt;![CDATA[ */<br />
@import url(index_css/iepc5.css);<br />
/* ]]&gt; */<br />
&lt;/style&gt;<br />
&lt;![endif]--&gt;<br />
</code></p>
<p>Or just for IE PC regardless of version:</p>
<p><code>&lt;!--[if IE]&gt;<br />
&lt;style type="text/css" media="screen"&gt;<br />
/* &lt;![CDATA[ */<br />
@import url(index_css/iepc.css);<br />
/* ]]&gt; */<br />
&lt;/style&gt;<br />
&lt;![endif]--&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Guitton</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1856</link>
		<dc:creator>Michael Guitton</dc:creator>
		<pubDate>Fri, 09 Jul 2004 14:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1856</guid>
		<description>Interestingly, you may also use this great new hack as an if/else statement:

/*\*/
@import &quot;allbutie5mac.css&quot;;
/*/
@import &quot;ie5macbandpass.css&quot;;
/**/</description>
		<content:encoded><![CDATA[<p>Interestingly, you may also use this great new hack as an if/else statement:</p>
<p>/*\*/<br />
@import &#8220;allbutie5mac.css&#8221;;<br />
/*/<br />
@import &#8220;ie5macbandpass.css&#8221;;<br />
/**/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1855</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Fri, 09 Jul 2004 00:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1855</guid>
		<description>Thanks teh master, a valid point.

Eugene, building for mac is just as important though the market is smaller than pc (a lot smaller) still just as important

you could introduce the mac back slash hack if you need to.

* html #divnav{
proper\ty /**/: value;
}

remember though the backslash only works with letters after G</description>
		<content:encoded><![CDATA[<p>Thanks teh master, a valid point.</p>
<p>Eugene, building for mac is just as important though the market is smaller than pc (a lot smaller) still just as important</p>
<p>you could introduce the mac back slash hack if you need to.</p>
<p>* html #divnav{<br />
proper\ty /**/: value;<br />
}</p>
<p>remember though the backslash only works with letters after G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Knittel</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1854</link>
		<dc:creator>Ed Knittel</dc:creator>
		<pubDate>Thu, 08 Jul 2004 22:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1854</guid>
		<description>I&#039;m often amused when I hear people asking why they should bother developing for IE5/Mac when it&#039;s clear to them that the number of visitors to their site using IE5/Mac is such a  small and insignificant number. I want to say to that person &quot;Do you think the reason that there are few IE5/Mac users visiting your site may be due to the fact that when they view your site with their browser it looks like crap?&quot; I&#039;m inclined to think that perhaps if your site worked and functioned appropriately for a wide range of browsers you may see more visitors from across the board. I believe this is much of the same reason that people are embracing Accessible web site development. If you don&#039;t build an accessible web site you won&#039;t get a lot of people with disabilities visiting your site. Using that big zero from your statistics as a reason not to develop more inclusively is a sad one.

I thank and welcome this new solution with open arms.</description>
		<content:encoded><![CDATA[<p>I&#8217;m often amused when I hear people asking why they should bother developing for IE5/Mac when it&#8217;s clear to them that the number of visitors to their site using IE5/Mac is such a  small and insignificant number. I want to say to that person &#8220;Do you think the reason that there are few IE5/Mac users visiting your site may be due to the fact that when they view your site with their browser it looks like crap?&#8221; I&#8217;m inclined to think that perhaps if your site worked and functioned appropriately for a wide range of browsers you may see more visitors from across the board. I believe this is much of the same reason that people are embracing Accessible web site development. If you don&#8217;t build an accessible web site you won&#8217;t get a lot of people with disabilities visiting your site. Using that big zero from your statistics as a reason not to develop more inclusively is a sad one.</p>
<p>I thank and welcome this new solution with open arms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene T.S. Wong</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1853</link>
		<dc:creator>Eugene T.S. Wong</dc:creator>
		<pubDate>Thu, 08 Jul 2004 19:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1853</guid>
		<description>Thank you both for sharing this information with us. I can&#039;t emphasize enough how much your explanation helped me. I have programming experience, yet it didn&#039;t make sense to me @ 1st.

I&#039;ll try to make use of it, but without a Mac to test it on, I&#039;ll probably end up giving IE 5 Mac users no styles @ all. But then again, no Mac users are coming to my web sites right now. :^/

I wish it was easier to know what to do.</description>
		<content:encoded><![CDATA[<p>Thank you both for sharing this information with us. I can&#8217;t emphasize enough how much your explanation helped me. I have programming experience, yet it didn&#8217;t make sense to me @ 1st.</p>
<p>I&#8217;ll try to make use of it, but without a Mac to test it on, I&#8217;ll probably end up giving IE 5 Mac users no styles @ all. But then again, no Mac users are coming to my web sites right now. :^/</p>
<p>I wish it was easier to know what to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Master</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1852</link>
		<dc:creator>The Master</dc:creator>
		<pubDate>Thu, 08 Jul 2004 16:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1852</guid>
		<description>Benjamin--
If the site being designed doesn&#039;t use too many hacks, it&#039;s not that big of a deal. But in the case of a website I&#039;m currently working on, it came in handy. The reason being ie5mac for whatever reason didn&#039;t like the em measurements (which is what I used for all my measurements in this new site), so I had to convert all my measurements to PX, once I did that it loaded perfect in ie5mac. Thus, to keep the liquid nature of the site for all other browsers I had to serve two different style sheets using the hide from ie5mac hack and this new one.</description>
		<content:encoded><![CDATA[<p>Benjamin&#8211;<br />
If the site being designed doesn&#8217;t use too many hacks, it&#8217;s not that big of a deal. But in the case of a website I&#8217;m currently working on, it came in handy. The reason being ie5mac for whatever reason didn&#8217;t like the em measurements (which is what I used for all my measurements in this new site), so I had to convert all my measurements to PX, once I did that it loaded perfect in ie5mac. Thus, to keep the liquid nature of the site for all other browsers I had to serve two different style sheets using the hide from ie5mac hack and this new one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1851</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Thu, 08 Jul 2004 11:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1851</guid>
		<description>Why would you want to seperate and have extra css files?

I find I only have to hack 1% of the time for mac

majority of the time its for the difference in rendering padding and widths between ie and gecko/mozilla browsers that I am using the standards backslash hack.</description>
		<content:encoded><![CDATA[<p>Why would you want to seperate and have extra css files?</p>
<p>I find I only have to hack 1% of the time for mac</p>
<p>majority of the time its for the difference in rendering padding and widths between ie and gecko/mozilla browsers that I am using the standards backslash hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hunt</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1850</link>
		<dc:creator>Chris Hunt</dc:creator>
		<pubDate>Thu, 08 Jul 2004 09:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1850</guid>
		<description>&lt;cite&gt;In a way, we&#039;ve just moved the hacks to the style sheet.&lt;/cite&gt;

That&#039;s true, but it&#039;s a significant improvement on the olden days. We used to have hacks littered thoughout every page on the site. A nightmare to maintain if things change.

Now those hacks are concentrated in ONE place. If you decide, say, to pull support for IE5/Mac, you have one file to edit instead of all of them.</description>
		<content:encoded><![CDATA[<p><cite>In a way, we&#8217;ve just moved the hacks to the style sheet.</cite></p>
<p>That&#8217;s true, but it&#8217;s a significant improvement on the olden days. We used to have hacks littered thoughout every page on the site. A nightmare to maintain if things change.</p>
<p>Now those hacks are concentrated in ONE place. If you decide, say, to pull support for IE5/Mac, you have one file to edit instead of all of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Adams</title>
		<link>http://stopdesign.com/archive/2004/07/06/filtering-css.html#comment-1849</link>
		<dc:creator>Jeff Adams</dc:creator>
		<pubDate>Thu, 08 Jul 2004 07:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://70.32.90.75/?p=204#comment-1849</guid>
		<description>I would guess that most Opera are very conscious of ne versions and upgrade as they come out. Personally, I don&#039;t worry about Opera versions older than 6. For that matter I don&#039;t worry to much about 6 either.</description>
		<content:encoded><![CDATA[<p>I would guess that most Opera are very conscious of ne versions and upgrade as they come out. Personally, I don&#8217;t worry about Opera versions older than 6. For that matter I don&#8217;t worry to much about 6 either.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
