<?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 Browser Hacks</title>
	<atom:link href="http://www.reynacho.com/2007/05/css-browser-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reynacho.com/2007/05/css-browser-hacks/</link>
	<description>... on Flex, ColdFusion, FarCry, and much more ...</description>
	<lastBuildDate>Tue, 09 Feb 2010 18:36:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Jake Churchill</title>
		<link>http://www.reynacho.com/2007/05/css-browser-hacks/comment-page-1/#comment-8602</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Mon, 27 Jul 2009 15:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://jakewp.cfwebtools.com/2007/05/01/css-browser-hacks/#comment-8602</guid>
		<description>SAFARI 3.0 HACK:

In order to affect safari 3.0 only on the ul li, do this:

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul li {
        margin-left:-10px;
    }
}</description>
		<content:encoded><![CDATA[<p>SAFARI 3.0 HACK:</p>
<p>In order to affect safari 3.0 only on the ul li, do this:</p>
<p>@media screen and (-webkit-min-device-pixel-ratio:0) {<br />
    ul li {<br />
        margin-left:-10px;<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Meeuwisse</title>
		<link>http://www.reynacho.com/2007/05/css-browser-hacks/comment-page-1/#comment-7866</link>
		<dc:creator>Wouter Meeuwisse</dc:creator>
		<pubDate>Wed, 03 Jun 2009 16:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://jakewp.cfwebtools.com/2007/05/01/css-browser-hacks/#comment-7866</guid>
		<description>Thanks for this post! really helped me. 

I hope IE6 soon will be banned 4-ever. Searched the internet for 3 hours to fix the problem, you really gave me a good night sleep ;)

cheers</description>
		<content:encoded><![CDATA[<p>Thanks for this post! really helped me. </p>
<p>I hope IE6 soon will be banned 4-ever. Searched the internet for 3 hours to fix the problem, you really gave me a good night sleep <img src='http://www.reynacho.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>

