<?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: Reworked Reset</title>
	<atom:link href="http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/feed/" rel="self" type="application/rss+xml" />
	<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/</link>
	<description>Things that Eric A. Meyer, CSS expert, writes about on his personal Web site; it&#039;s largely Web standards and Web technology, but also various bits of culture, politics, personal observations, and other miscellaneous stuff</description>
	<lastBuildDate>Fri, 10 May 2013 11:50:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Getting your CSS to look the same in all browsers &#8211; Base CSS / CSS Reset &#124; Public Identity</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-513981</link>
		<dc:creator>Getting your CSS to look the same in all browsers &#8211; Base CSS / CSS Reset &#124; Public Identity</dc:creator>
		<pubDate>Wed, 27 Oct 2010 12:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-513981</guid>
		<description><![CDATA[[...] Eric Meyer’s &#8211; Reworked Reset [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Eric Meyer’s &#8211; Reworked Reset [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Create a Stylish Content Slider using CSS3 &#38; jQuery &#124; SpyreStudios</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-510516</link>
		<dc:creator>How To Create a Stylish Content Slider using CSS3 &#38; jQuery &#124; SpyreStudios</dc:creator>
		<pubDate>Mon, 20 Sep 2010 18:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-510516</guid>
		<description><![CDATA[[...] it should look like this. Now we’ll add some style to the whole thing.CSSIf you like you can use Eric Meyer’s CSS reset, but in our case this should be enough. * { margin: 0; padding: 0; } body { font-family: helvetica, [...]]]></description>
		<content:encoded><![CDATA[<p>[...] it should look like this. Now we’ll add some style to the whole thing.CSSIf you like you can use Eric Meyer’s CSS reset, but in our case this should be enough. * { margin: 0; padding: 0; } body { font-family: helvetica, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Sperl  Padding is a Strange Creature</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-493418</link>
		<dc:creator>Alexander Sperl  Padding is a Strange Creature</dc:creator>
		<pubDate>Thu, 25 Feb 2010 20:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-493418</guid>
		<description><![CDATA[[...] how can you take anything for granted after you see the bottom padding here&#8230;  Maybe those browser reset stylesheets are not such a bad idea after all&#8230; At least it looks the same in FF and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] how can you take anything for granted after you see the bottom padding here&#8230;  Maybe those browser reset stylesheets are not such a bad idea after all&#8230; At least it looks the same in FF and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilahiler</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-471740</link>
		<dc:creator>ilahiler</dc:creator>
		<pubDate>Tue, 21 Jul 2009 08:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-471740</guid>
		<description><![CDATA[ah ha! it seems that using html as a selector in opera with the big reset will confuse it (not all the time though - sometimes a page refresh triggers it, sometimes it fixes it. go figure)

So now my reset rules are exactly above but with &quot;html&quot; removed from the first rule selection list.

That&quot;s been annoying me for weeks - so glad it&quot;s fixed now. didnt seem to disrupt any other browsers either. Why on earth they would bother styling the html element I do not know :(:(]]></description>
		<content:encoded><![CDATA[<p>ah ha! it seems that using html as a selector in opera with the big reset will confuse it (not all the time though &#8211; sometimes a page refresh triggers it, sometimes it fixes it. go figure)</p>
<p>So now my reset rules are exactly above but with &#8220;html&#8221; removed from the first rule selection list.</p>
<p>That&#8221;s been annoying me for weeks &#8211; so glad it&#8221;s fixed now. didnt seem to disrupt any other browsers either. Why on earth they would bother styling the html element I do not know :(:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.P.</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-450609</link>
		<dc:creator>A.P.</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-450609</guid>
		<description><![CDATA[Hi Eric,

your CSS code is quite well optimized for compactness. Unfortunately that has a drawback: -it is not clear which tags really need a given style rule (because inheritance is not applied by default, for instance, or because different browsers have different default style sheets).

Would it be possible to show the CSS code in an unentangled way? That is, for each one of the following type of rules, give the corresponding set of tags that really need those rules:

i)   margin: 0; padding: 0;
ii)  border: 0;
iii) font-weight: inherit; font-style: inherit; font-family: inherit;
iv)  font-size: 100%;
v)   line-height: 1;
vi)  text-align: left;
vii) vertical-align: baseline;

The point is that I would like to set directly the final rule values whithout needing to reset and then setting them again.]]></description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>your CSS code is quite well optimized for compactness. Unfortunately that has a drawback: -it is not clear which tags really need a given style rule (because inheritance is not applied by default, for instance, or because different browsers have different default style sheets).</p>
<p>Would it be possible to show the CSS code in an unentangled way? That is, for each one of the following type of rules, give the corresponding set of tags that really need those rules:</p>
<p>i)   margin: 0; padding: 0;<br />
ii)  border: 0;<br />
iii) font-weight: inherit; font-style: inherit; font-family: inherit;<br />
iv)  font-size: 100%;<br />
v)   line-height: 1;<br />
vi)  text-align: left;<br />
vii) vertical-align: baseline;</p>
<p>The point is that I would like to set directly the final rule values whithout needing to reset and then setting them again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bringing browsers to parity (reset styles) &#171; Web Help!</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-442006</link>
		<dc:creator>Bringing browsers to parity (reset styles) &#171; Web Help!</dc:creator>
		<pubDate>Tue, 10 Feb 2009 23:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-442006</guid>
		<description><![CDATA[[...] a link to Eric&#8217;s post on his own website, which he created after someone at the conference asked if he had an example of [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a link to Eric&#8217;s post on his own website, which he created after someone at the conference asked if he had an example of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 27stars &#187; Blog Archive &#187; Some Tip&#8217;s to avoid IE fixing stress&#8230;</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-429288</link>
		<dc:creator>27stars &#187; Blog Archive &#187; Some Tip&#8217;s to avoid IE fixing stress&#8230;</dc:creator>
		<pubDate>Fri, 05 Dec 2008 15:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-429288</guid>
		<description><![CDATA[[...] 1)Use a base stylesheet - why spend hours tweaking styles when all that needs to be done is catching all those pesky initial values. Don&#8217;t have a base stylesheet? Your can find a nifty one by Eric Meyer here. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 1)Use a base stylesheet &#8211; why spend hours tweaking styles when all that needs to be done is catching all those pesky initial values. Don&#8217;t have a base stylesheet? Your can find a nifty one by Eric Meyer here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A good start - setting up xhtml and css files for your design - bee-digital design</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-427661</link>
		<dc:creator>A good start - setting up xhtml and css files for your design - bee-digital design</dc:creator>
		<pubDate>Tue, 25 Nov 2008 17:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-427661</guid>
		<description><![CDATA[[...] Eric Meyer&#8217;s reset styles. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Eric Meyer&#8217;s reset styles. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Framework &#124; 星辰创想</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-399141</link>
		<dc:creator>CSS Framework &#124; 星辰创想</dc:creator>
		<pubDate>Fri, 08 Aug 2008 10:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-399141</guid>
		<description><![CDATA[[...] 首先是将绝大部分元素的样式清零，免得经常会遇到各种各样的问题。来自于Eric 的一篇文章。 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 首先是将绝大部分元素的样式清零，免得经常会遇到各种各样的问题。来自于Eric 的一篇文章。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 梦想照进现实 &#187; 转-CSS Framework，让你事半功倍</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-397235</link>
		<dc:creator>梦想照进现实 &#187; 转-CSS Framework，让你事半功倍</dc:creator>
		<pubDate>Sat, 02 Aug 2008 12:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-397235</guid>
		<description><![CDATA[[...] 首先是将绝大部分元素的样式清零，免得经常会遇到各种各样的问题。来自于Eric 的一篇文章。 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] 首先是将绝大部分元素的样式清零，免得经常会遇到各种各样的问题。来自于Eric 的一篇文章。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francisco Sepúlveda</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-390266</link>
		<dc:creator>Francisco Sepúlveda</dc:creator>
		<pubDate>Sat, 05 Jul 2008 01:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-390266</guid>
		<description><![CDATA[Nice reset, but, what about the different display value between browsers, its a good idea defining for any element in the stylesheet the display value?]]></description>
		<content:encoded><![CDATA[<p>Nice reset, but, what about the different display value between browsers, its a good idea defining for any element in the stylesheet the display value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: www.963.it &#187; CSS Master: azzerare i valori di default dei fogli di stile dei browser: blog personale di Vincenzo Mania</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-388304</link>
		<dc:creator>www.963.it &#187; CSS Master: azzerare i valori di default dei fogli di stile dei browser: blog personale di Vincenzo Mania</dc:creator>
		<pubDate>Sun, 29 Jun 2008 09:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-388304</guid>
		<description><![CDATA[[...] Eric Mayer mette a disposizione degli sviluppatori web un CSS Master come pure il team di sviluppatori di Yahoo all&#8217;interno delle librerie UI. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Eric Mayer mette a disposizione degli sviluppatori web un CSS Master come pure il team di sviluppatori di Yahoo all&#8217;interno delle librerie UI. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS for lunch &#187; Reset styles</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-385220</link>
		<dc:creator>CSS for lunch &#187; Reset styles</dc:creator>
		<pubDate>Mon, 16 Jun 2008 18:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-385220</guid>
		<description><![CDATA[[...] is Eric Meyer&#8217;s rendition of reset.css. Try it out, and let us know how it [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is Eric Meyer&#8217;s rendition of reset.css. Try it out, and let us know how it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-379024</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Mon, 26 May 2008 02:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-379024</guid>
		<description><![CDATA[Maybe a simple question, but if I use a browser reset style, should I add a new selector &#039;body&#039;, to override the reset for the selector body? Or should I alter the lines in the Reset-CSS?

How can I deal with this?]]></description>
		<content:encoded><![CDATA[<p>Maybe a simple question, but if I use a browser reset style, should I add a new selector &#8216;body&#8217;, to override the reset for the selector body? Or should I alter the lines in the Reset-CSS?</p>
<p>How can I deal with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grid Design или вёрстка с Сеткой. / theartbox</title>
		<link>http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-377316</link>
		<dc:creator>Grid Design или вёрстка с Сеткой. / theartbox</dc:creator>
		<pubDate>Tue, 20 May 2008 22:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/#comment-377316</guid>
		<description><![CDATA[[...] наша нуждаетса в глобальном сбросе, я предлагаю CSS Reset от Эрика Майера, сохранив reset.css создадим grid.css в [...]]]></description>
		<content:encoded><![CDATA[<p>[...] наша нуждаетса в глобальном сбросе, я предлагаю CSS Reset от Эрика Майера, сохранив reset.css создадим grid.css в [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->