<?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 Tips &#8211; Get Consistent Results in All Browsers</title>
	<atom:link href="http://www.cssjockey.com/tips-tricks/css-get-consistent-results-in-browsers/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cssjockey.com/tips-tricks/css-get-consistent-results-in-browsers</link>
	<description>Unique &#38; Practical Web Presence</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:45:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Banago</title>
		<link>http://www.cssjockey.com/tips-tricks/css-get-consistent-results-in-browsers/comment-page-1#comment-1314</link>
		<dc:creator>Banago</dc:creator>
		<pubDate>Sun, 03 May 2009 09:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=696#comment-1314</guid>
		<description>I use and I think is better to use this piece of code:

&lt;pre&gt;
* { padding: 0; margin: 0; )
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I use and I think is better to use this piece of code:</p>
<pre>
* { padding: 0; margin: 0; )
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.cssjockey.com/tips-tricks/css-get-consistent-results-in-browsers/comment-page-1#comment-1141</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 28 Apr 2009 12:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=696#comment-1141</guid>
		<description>This is a really informative site.</description>
		<content:encoded><![CDATA[<p>This is a really informative site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSSJockey</title>
		<link>http://www.cssjockey.com/tips-tricks/css-get-consistent-results-in-browsers/comment-page-1#comment-1024</link>
		<dc:creator>CSSJockey</dc:creator>
		<pubDate>Sat, 25 Apr 2009 10:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=696#comment-1024</guid>
		<description>And when you&#039;re using a &lt;em&gt;Reset Stylesheet&lt;/em&gt;, make sure you link it before your own custom Stylesheet when doing the (x)HTML of the website. I have seen several people posting in forums about their stylesheets not working at all. And in the end, the only issue that appears is that they had invoked the reset stylesheets after  their own custom stylesheet!</description>
		<content:encoded><![CDATA[<p>And when you&#8217;re using a <em>Reset Stylesheet</em>, make sure you link it before your own custom Stylesheet when doing the (x)HTML of the website. I have seen several people posting in forums about their stylesheets not working at all. And in the end, the only issue that appears is that they had invoked the reset stylesheets after  their own custom stylesheet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://www.cssjockey.com/tips-tricks/css-get-consistent-results-in-browsers/comment-page-1#comment-1000</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Fri, 24 Apr 2009 21:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=696#comment-1000</guid>
		<description>I go even further when resetting css.  I make a separate css file that pretty much resets all elements of html.  The only elements I leave out is the ones I&#039;m not going to use for the project. Then use a different css file to do my designing in.</description>
		<content:encoded><![CDATA[<p>I go even further when resetting css.  I make a separate css file that pretty much resets all elements of html.  The only elements I leave out is the ones I&#8217;m not going to use for the project. Then use a different css file to do my designing in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhinav Sood</title>
		<link>http://www.cssjockey.com/tips-tricks/css-get-consistent-results-in-browsers/comment-page-1#comment-996</link>
		<dc:creator>Abhinav Sood</dc:creator>
		<pubDate>Fri, 24 Apr 2009 18:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cssjockey.com/?p=696#comment-996</guid>
		<description>Resetting your HTML styles is the most basic and one of the most important thing to do when developing a website. Overlooking this is the root of several ugly websites that litter the web and break across different browsers.

In addition to the above, I generally use these with the HTML and BODY tags:
&lt;code&gt;
font-size: 100%;
vertical-align:baseline;
background: transparent;
&lt;/code&gt;

Is helpful in cases when users have styled their browser (background color, larger font size, etc.) or some browser skins that may change the appearance of a web page.</description>
		<content:encoded><![CDATA[<p>Resetting your HTML styles is the most basic and one of the most important thing to do when developing a website. Overlooking this is the root of several ugly websites that litter the web and break across different browsers.</p>
<p>In addition to the above, I generally use these with the HTML and BODY tags:<br />
<code><br />
font-size: 100%;<br />
vertical-align:baseline;<br />
background: transparent;<br />
</code></p>
<p>Is helpful in cases when users have styled their browser (background color, larger font size, etc.) or some browser skins that may change the appearance of a web page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
