<?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: Cross Browser CSS Fixes, Tools, and Hacks</title>
	<atom:link href="http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/</link>
	<description>Torrance Website Design - Soh Tanaka</description>
	<lastBuildDate>Sat, 20 Mar 2010 14:51:48 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: woony</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-7586</link>
		<dc:creator>woony</dc:creator>
		<pubDate>Thu, 18 Mar 2010 10:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-7586</guid>
		<description>I always use: https://browserlab.adobe.com/index.html
best way to check different browsers imho</description>
		<content:encoded><![CDATA[<p>I always use: <a href="https://browserlab.adobe.com/index.html" rel="nofollow">https://browserlab.adobe.com/index.html</a><br />
best way to check different browsers imho</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nalan</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-7497</link>
		<dc:creator>Nalan</dc:creator>
		<pubDate>Wed, 10 Mar 2010 18:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-7497</guid>
		<description>All these posts are very useful. They are nicely organized and presented. Thank you very much for this efforts.</description>
		<content:encoded><![CDATA[<p>All these posts are very useful. They are nicely organized and presented. Thank you very much for this efforts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shooter</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-6569</link>
		<dc:creator>shooter</dc:creator>
		<pubDate>Wed, 13 Jan 2010 07:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-6569</guid>
		<description>Nice blog it help me lot for cross browser

Thnk u so much</description>
		<content:encoded><![CDATA[<p>Nice blog it help me lot for cross browser</p>
<p>Thnk u so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-6484</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 07 Jan 2010 15:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-6484</guid>
		<description>Would it be better to swap the !important lines around, like so:

margin: 220px;
margin: 200px !important; /*--The !important; hack tells IE6 to skip this line.--*/

All browsers will read the 220px, including IE6. Then IE6 will skip the following line, but all the other browsers will read it. You will then have 2 different styles. 1 for IE6 and 1 for everything else, hopefully in the process creating a beautiful site in all browsers.

Thought I&#039;d mention it for those that copy/paste stuff off sites expecting it work straight off, not realising how everything works.

:)</description>
		<content:encoded><![CDATA[<p>Would it be better to swap the !important lines around, like so:</p>
<p>margin: 220px;<br />
margin: 200px !important; /*&#8211;The !important; hack tells IE6 to skip this line.&#8211;*/</p>
<p>All browsers will read the 220px, including IE6. Then IE6 will skip the following line, but all the other browsers will read it. You will then have 2 different styles. 1 for IE6 and 1 for everything else, hopefully in the process creating a beautiful site in all browsers.</p>
<p>Thought I&#8217;d mention it for those that copy/paste stuff off sites expecting it work straight off, not realising how everything works.</p>
<p> <img src='http://www.sohtanaka.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Jhonson</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-3754</link>
		<dc:creator>Andrew Jhonson</dc:creator>
		<pubDate>Thu, 20 Aug 2009 09:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-3754</guid>
		<description>To rescue the web designers from this aching job of testing browser compatibility in different browsers there are few websites which offer this service. On these websites you can check the compatibility of your website in all desired browsers. You can find these websites at http://www.bestpsdtohtml.com/7-awesome-resources-to-test-cross-browser-compatibility-of-your-website/</description>
		<content:encoded><![CDATA[<p>To rescue the web designers from this aching job of testing browser compatibility in different browsers there are few websites which offer this service. On these websites you can check the compatibility of your website in all desired browsers. You can find these websites at <a href="http://www.bestpsdtohtml.com/7-awesome-resources-to-test-cross-browser-compatibility-of-your-website/" rel="nofollow">http://www.bestpsdtohtml.com/7-awesome-resources-to-test-cross-browser-compatibility-of-your-website/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-3686</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 15 Aug 2009 12:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-3686</guid>
		<description>Thanks for sharing, now there is no need to have a separate stylesheet for IE6 styles. Been looking for this for a long time! I don&#039;t use many hacks, only when I absolutely need to.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, now there is no need to have a separate stylesheet for IE6 styles. Been looking for this for a long time! I don&#8217;t use many hacks, only when I absolutely need to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adel Ahmed</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-3477</link>
		<dc:creator>Adel Ahmed</dc:creator>
		<pubDate>Mon, 03 Aug 2009 09:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-3477</guid>
		<description>Just what I was lookin for. Thanks brah :D. And yeah, cool design, hope I can make something like this someday :p</description>
		<content:encoded><![CDATA[<p>Just what I was lookin for. Thanks brah <img src='http://www.sohtanaka.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . And yeah, cool design, hope I can make something like this someday :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Burda</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-3052</link>
		<dc:creator>Roland Burda</dc:creator>
		<pubDate>Sat, 04 Jul 2009 20:21:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-3052</guid>
		<description>Nice article! Thank you!!</description>
		<content:encoded><![CDATA[<p>Nice article! Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Winogrodzki</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-2000</link>
		<dc:creator>Adam Winogrodzki</dc:creator>
		<pubDate>Sun, 19 Apr 2009 20:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-2000</guid>
		<description>a nice tut by which a person can solve all of its css problems ! Thanks!</description>
		<content:encoded><![CDATA[<p>a nice tut by which a person can solve all of its css problems ! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soh</title>
		<link>http://www.sohtanaka.com/web-design/css-fixes-tools-hacks-cross-browser-solutions/comment-page-1/#comment-1011</link>
		<dc:creator>Soh</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=524#comment-1011</guid>
		<description>Hey NG&#124; COLR, did you mean where do you add the hacks on the style sheet?</description>
		<content:encoded><![CDATA[<p>Hey NG| COLR, did you mean where do you add the hacks on the style sheet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
