<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ladysign Dev Blog &#187; chrome hack</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/chrome-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 12 Dec 2011 16:58:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Hacks Google Chrome (works with FF 3.5)</title>
		<link>http://www.ladysign-apps.com/blog/code/css/css-hacks-google-chrome/</link>
		<comments>http://www.ladysign-apps.com/blog/code/css/css-hacks-google-chrome/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 08:29:25 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[chrome hack]]></category>
		<category><![CDATA[chrome only]]></category>
		<category><![CDATA[ff 3.5]]></category>
		<category><![CDATA[firefox update]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/Blog/?p=8</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Life is a bitch when you are a webdesigner. &#8211; With so much (new) browsers (Internet Explorer 6,7, Firefox 2,3, Oper[......]</p><p class='read-more'><a href='http://www.ladysign-apps.com/blog/code/css/css-hacks-google-chrome/'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 2 out of 5 stars</p>
<p>Life is a bitch when you are a webdesigner. &#8211; With so much (new) browsers (Internet Explorer 6,7, Firefox 2,3, Opera 9, Chrome etc), your webdesign looks completely different in every browser, while browser compatibility is a very important point.<br />
Luckily there are some hacks to exclude some browsers. In this post I target Google Chrome only:</p>
<p>These hacks don&#8217;t validate, but are 100% safe according to CSS parsing rules.</p>
<pre class="brush: css; title: ;">/* chrome browser */
body:nth-of-type(1) #hackme{ styles for chrome here }</pre>
<p><strong>Update Oct 2009: Since the release of Firefox 3.5 the above hack is not targeted by Chrome only anymore. Therefore use the following hack below:</strong></p>
<pre class="brush: css; title: ;">@media screen and (-webkit-min-device-pixel-ratio:0){
	#hackme {  styles for chrome here }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/css/css-hacks-google-chrome/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

