<?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>Mitch Canter is [studionashvegas] &#187; CSS Reset</title>
	<atom:link href="http://www.studionashvegas.com/tag/css-reset/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studionashvegas.com</link>
	<description>Nashville, TN&#039;s Best WordPress Designer/Developer</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:00:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CSS Reset: Leveling the Playing Field (a bit)</title>
		<link>http://www.studionashvegas.com/old-posts/css-reset-leveling-the-playing-field-a-bit/</link>
		<comments>http://www.studionashvegas.com/old-posts/css-reset-leveling-the-playing-field-a-bit/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 21:23:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Old Posts]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS Reset]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/?p=106</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/old-posts/" title="Old Posts">Old Posts</a></p>I&#8217;ve recently discovered a nice way to standardize the view I get between Internet Explorer and Firefox, which have]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/old-posts/" title="Old Posts">Old Posts</a></p><p>I&#8217;ve recently discovered a nice way to standardize the view I get between Internet Explorer and Firefox, which have a standard &#8220;stylesheet&#8221; built in to render websites.  The problem: both browsers use a different stylesheet, which can lead to inconsistancies between the same site on different browsers.</p>
<p>So, I&#8217;ve adopted a &#8220;CSS Reset&#8221; file.  What it does is basically clean the slate and neutralize the styles embedded into the browser, thus rendering IE and Firefox to a 90-99 percent similarity when viewing a page (there will always be bugs in IE&#8217;s website rendering, but for the most part pages show up fantasically).</p>
<p>The CSS Reset:</p>
<pre style="padding-left: 30px;">body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}</pre>
<p>This is the Yahoo! UI Library Reset.css file, for those that care.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/old-posts/css-reset-leveling-the-playing-field-a-bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 2/23 queries in 0.009 seconds using disk: basic
Object Caching 402/453 objects using disk: basic
Content Delivery Network via cdn.studionashvegas.com

Served from: www.studionashvegas.com @ 2012-02-04 05:32:49 -->
