<?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: CSS: Targeting Safari 3 only</title>
	<atom:link href="http://36flavours.com/2009/01/css-targetting-safari-3-only/feed/" rel="self" type="application/rss+xml" />
	<link>http://36flavours.com/2009/01/css-targetting-safari-3-only/</link>
	<description>A taste of something different...</description>
	<lastBuildDate>Thu, 19 Aug 2010 02:12:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alan</title>
		<link>http://36flavours.com/2009/01/css-targetting-safari-3-only/comment-page-1/#comment-72</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://sha.re.it/?p=93#comment-72</guid>
		<description>Just in case, here&#039;s also a way to target Opera. The first declaration hits Safari as well so you need to go back and reset Safari. There have been a few times that I needed to hit just Opera and this solves it.

&lt;code&gt;
/* Opera and Safari */
@media all and (min-width: 0px) {
       #id { background: #99e; }
}
/* Reset Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
      #id { background: #ede; }
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Just in case, here&#8217;s also a way to target Opera. The first declaration hits Safari as well so you need to go back and reset Safari. There have been a few times that I needed to hit just Opera and this solves it.</p>
<p><code><br />
/* Opera and Safari */<br />
@media all and (min-width: 0px) {<br />
       #id { background: #99e; }<br />
}<br />
/* Reset Safari */<br />
@media screen and (-webkit-min-device-pixel-ratio:0) {<br />
      #id { background: #ede; }<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
