<?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 Hack for Safari and Google Chrome</title>
	<atom:link href="http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome/feed" rel="self" type="application/rss+xml" />
	<link>http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome</link>
	<description></description>
	<lastBuildDate>Sun, 07 Aug 2011 08:51:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rahul</title>
		<link>http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome/comment-page-1#comment-3573</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Sun, 07 Aug 2011 08:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.crystalaxis.com/blog/?p=92#comment-3573</guid>
		<description>Great help buddy....
I found the solution here and its working perfectly.
Thanks for sharing us.</description>
		<content:encoded><![CDATA[<p>Great help buddy&#8230;.<br />
I found the solution here and its working perfectly.<br />
Thanks for sharing us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HERP DERP</title>
		<link>http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome/comment-page-1#comment-3551</link>
		<dc:creator>HERP DERP</dc:creator>
		<pubDate>Wed, 15 Jun 2011 21:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.crystalaxis.com/blog/?p=92#comment-3551</guid>
		<description>Worked perfectly...saved me a good couple of hours. Much appreciated.</description>
		<content:encoded><![CDATA[<p>Worked perfectly&#8230;saved me a good couple of hours. Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghibsuleman</title>
		<link>http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome/comment-page-1#comment-2966</link>
		<dc:creator>Raghibsuleman</dc:creator>
		<pubDate>Wed, 22 Dec 2010 05:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.crystalaxis.com/blog/?p=92#comment-2966</guid>
		<description>thanks for this css hacks solution</description>
		<content:encoded><![CDATA[<p>thanks for this css hacks solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome/comment-page-1#comment-2391</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 16 Nov 2010 01:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.crystalaxis.com/blog/?p=92#comment-2391</guid>
		<description>I&#039;ve been searching high and low for a Safari/Chrome hack. This was literally my last resort. Now the site I&#039;ve been working on for the last week is cross-browser compatible. Thanks a million!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been searching high and low for a Safari/Chrome hack. This was literally my last resort. Now the site I&#8217;ve been working on for the last week is cross-browser compatible. Thanks a million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asela de Saram</title>
		<link>http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome/comment-page-1#comment-2389</link>
		<dc:creator>Asela de Saram</dc:creator>
		<pubDate>Sat, 13 Nov 2010 05:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.crystalaxis.com/blog/?p=92#comment-2389</guid>
		<description>Hi Darlene,

As a general rule, CSS hacks should be used only as a last resort. If you can send me the URL and/or the css, html files to my email address &lt;strong&gt;asela [at] crystalaxis [dot] com&lt;/strong&gt; I shall take a look and let you know. I&#039;m sure its something really small that needs to be adjusted.

- Asela</description>
		<content:encoded><![CDATA[<p>Hi Darlene,</p>
<p>As a general rule, CSS hacks should be used only as a last resort. If you can send me the URL and/or the css, html files to my email address <strong>asela [at] crystalaxis [dot] com</strong> I shall take a look and let you know. I&#8217;m sure its something really small that needs to be adjusted.</p>
<p>- Asela</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darlene Smith</title>
		<link>http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome/comment-page-1#comment-2388</link>
		<dc:creator>Darlene Smith</dc:creator>
		<pubDate>Fri, 12 Nov 2010 21:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.crystalaxis.com/blog/?p=92#comment-2388</guid>
		<description>Hi,

I have the same problem but I am only a beginner and I am not understanding it, here is my css:

.header_bg {
    position: relative;
    top: -166px;
    left: 590px;

I have problem in top: -166px; it should be 
top:-163px; to make it right in both safari and google chrome. but -166px for firefox and explorer.
How would I write it using this hack?
Thank you in advance for your help.

Darlene</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have the same problem but I am only a beginner and I am not understanding it, here is my css:</p>
<p>.header_bg {<br />
    position: relative;<br />
    top: -166px;<br />
    left: 590px;</p>
<p>I have problem in top: -166px; it should be<br />
top:-163px; to make it right in both safari and google chrome. but -166px for firefox and explorer.<br />
How would I write it using this hack?<br />
Thank you in advance for your help.</p>
<p>Darlene</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riddhi</title>
		<link>http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome/comment-page-1#comment-2374</link>
		<dc:creator>Riddhi</dc:creator>
		<pubDate>Sun, 17 Oct 2010 10:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.crystalaxis.com/blog/?p=92#comment-2374</guid>
		<description>great work dude... I had applied lots of chrome css and no one worked out... :( finally I got my solution in this site.. keep it up...</description>
		<content:encoded><![CDATA[<p>great work dude&#8230; I had applied lots of chrome css and no one worked out&#8230; <img src='http://www.crystalaxis.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  finally I got my solution in this site.. keep it up&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan2k2</title>
		<link>http://www.crystalaxis.com/blog/css-hack-for-safari-and-google-chrome/comment-page-1#comment-443</link>
		<dc:creator>ivan2k2</dc:creator>
		<pubDate>Mon, 30 Nov 2009 02:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.crystalaxis.com/blog/?p=92#comment-443</guid>
		<description>Dear Author www.crystalaxis.com ! 
Good gradually.</description>
		<content:encoded><![CDATA[<p>Dear Author <a href="http://www.crystalaxis.com" rel="nofollow">http://www.crystalaxis.com</a> !<br />
Good gradually.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

