<?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"
	>
<channel>
	<title>Comments on: The 6 Most Important CSS Techniques You Need To Know</title>
	<atom:link href="http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/</link>
	<description>Doing That Web Standards Thing</description>
	<pubDate>Fri, 21 Nov 2008 08:59:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Wordpress工作室 &#187; Blog Archive &#187; [译]CSS大师的十条法则</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1804</link>
		<dc:creator>Wordpress工作室 &#187; Blog Archive &#187; [译]CSS大师的十条法则</dc:creator>
		<pubDate>Tue, 04 Nov 2008 00:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1804</guid>
		<description>[...] (出自trevor08年3月的文章http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/ ) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] (出自trevor08年3月的文章http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/ ) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devigner &#187; Blog Archive &#187; [译]CSS大师的十条法则</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1796</link>
		<dc:creator>Devigner &#187; Blog Archive &#187; [译]CSS大师的十条法则</dc:creator>
		<pubDate>Wed, 29 Oct 2008 02:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1796</guid>
		<description>[...] 5. Set a float to clear a float - Trevor Davis 5. 设一个浮动清一个浮动 &#8220;Floating is probably one of the most important things to understand with CSS, but knowing how to clear floats is necessary too.&#8221; &#8220;浮动可能是理解CSS最重要的东西，但了解如何清浮动同样重要。&#8221; &#8220;I have created a simple page with two floating columns next to each other. You will notice in the example that the grey background does not contain the floating columns. So, the easiest thing to do is to set the containing element to float. But now, you will see that the container background doesn’t contain the content area.&#8221; &#8220;我建了一个简单的页面包含两个浮动栏。你会注意到例子中灰色背景没有包住浮动栏。因此，最容易的办法是让容器也浮动。但现在，你会看见容器背景不包含内容区域。&#8221; &#8220;Since the container has margin: 0 auto, we do not want to float it because it will move it to whichever side we float it. So another way to clear the float, is toinsert a clearing element . In this case, I just use an empty div set to clear: both. Now, there are other ways to clear a float without markup, but I have noticed some inconsistencies with that technique, so I just sacrifice an empty div.&#8221; &#8221; 因为容器有margin: 0 aut，我们不能浮动它，因为它会移动到另一边。因此，另一个办法是插入一个清除元素。在这个例子里，我正是用了一个空div设为clear: both。现在还有一个办法不需要标签清浮动，但我注意到使用这个技术有一些不一致的地方，因为我只能牺牲一个空div。&#8221; (出自trevor08年3月的文章http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/ ) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 5. Set a float to clear a float - Trevor Davis 5. 设一个浮动清一个浮动 &#8220;Floating is probably one of the most important things to understand with CSS, but knowing how to clear floats is necessary too.&#8221; &#8220;浮动可能是理解CSS最重要的东西，但了解如何清浮动同样重要。&#8221; &#8220;I have created a simple page with two floating columns next to each other. You will notice in the example that the grey background does not contain the floating columns. So, the easiest thing to do is to set the containing element to float. But now, you will see that the container background doesn’t contain the content area.&#8221; &#8220;我建了一个简单的页面包含两个浮动栏。你会注意到例子中灰色背景没有包住浮动栏。因此，最容易的办法是让容器也浮动。但现在，你会看见容器背景不包含内容区域。&#8221; &#8220;Since the container has margin: 0 auto, we do not want to float it because it will move it to whichever side we float it. So another way to clear the float, is toinsert a clearing element . In this case, I just use an empty div set to clear: both. Now, there are other ways to clear a float without markup, but I have noticed some inconsistencies with that technique, so I just sacrifice an empty div.&#8221; &#8221; 因为容器有margin: 0 aut，我们不能浮动它，因为它会移动到另一边。因此，另一个办法是插入一个清除元素。在这个例子里，我正是用了一个空div设为clear: both。现在还有一个办法不需要标签清浮动，但我注意到使用这个技术有一些不一致的地方，因为我只能牺牲一个空div。&#8221; (出自trevor08年3月的文章http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/ ) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Want to dabble in web design? :</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1778</link>
		<dc:creator>Want to dabble in web design? :</dc:creator>
		<pubDate>Sun, 19 Oct 2008 16:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1778</guid>
		<description>[...] The 6 Most Important CSS Techniques You Need to Know [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The 6 Most Important CSS Techniques You Need to Know [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristarella</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1745</link>
		<dc:creator>kristarella</dc:creator>
		<pubDate>Thu, 09 Oct 2008 08:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1745</guid>
		<description>mortred,
Feel free to read some of the comments to see that the issue of resetting the whole page has been addressed several times. Including in the first two comments, if you can't be bothered to read all of them.</description>
		<content:encoded><![CDATA[<p>mortred,<br />
Feel free to read some of the comments to see that the issue of resetting the whole page has been addressed several times. Including in the first two comments, if you can&#8217;t be bothered to read all of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mortred</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1744</link>
		<dc:creator>mortred</dc:creator>
		<pubDate>Thu, 09 Oct 2008 07:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1744</guid>
		<description>* { margin:0 ; padding: 0; }

this is will work on all the elements on the page, not ALL documented/unused elements..

so if you have only , , and  on your page, only those elements will have margin:0 and padding: 0..

i've been using this for many years now and i don't see any reason why i should change it. besides, all my form elements have styles..</description>
		<content:encoded><![CDATA[<p>* { margin:0 ; padding: 0; }</p>
<p>this is will work on all the elements on the page, not ALL documented/unused elements..</p>
<p>so if you have only , , and  on your page, only those elements will have margin:0 and padding: 0..</p>
<p>i&#8217;ve been using this for many years now and i don&#8217;t see any reason why i should change it. besides, all my form elements have styles..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The 6 Most Important CSS Techniques You Need To Know [Trevor Davis]</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1657</link>
		<dc:creator>The 6 Most Important CSS Techniques You Need To Know [Trevor Davis]</dc:creator>
		<pubDate>Thu, 18 Sep 2008 14:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1657</guid>
		<description>[...] Source: Trevor Davis; Date: 2008 / 30 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Source: Trevor Davis; Date: 2008 / 30 [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michaelaustinproductions.com</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1653</link>
		<dc:creator>michaelaustinproductions.com</dc:creator>
		<pubDate>Wed, 17 Sep 2008 19:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1653</guid>
		<description>Awesome article I'm going to share it with all my coders.. 
Thanks Again!!!</description>
		<content:encoded><![CDATA[<p>Awesome article I&#8217;m going to share it with all my coders..<br />
Thanks Again!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1454</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1454</guid>
		<description>@Petroni-
Using &lt;code&gt;* {  margin: 0;  padding: 0;  }&lt;/code&gt; takes more time to process since it has to hit every single element. Also, you probably don&#8217;t want it to hit all form elements. What would you expect to happen if you remove the margin and padding from radio buttons and checkboxes? It could cause some unexpected results.</description>
		<content:encoded><![CDATA[<p>@Petroni-<br />
Using <code>* {  margin: 0;  padding: 0;  }</code> takes more time to process since it has to hit every single element. Also, you probably don&rsquo;t want it to hit all form elements. What would you expect to happen if you remove the margin and padding from radio buttons and checkboxes? It could cause some unexpected results.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petroni</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1453</link>
		<dc:creator>Petroni</dc:creator>
		<pubDate>Fri, 29 Aug 2008 14:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1453</guid>
		<description>Hi Trevor,
I've been using * { margin=0px; padding=0px; } for about 3 years now and don't see any issues so far.

What are the real  problems involved?</description>
		<content:encoded><![CDATA[<p>Hi Trevor,<br />
I&#8217;ve been using * { margin=0px; padding=0px; } for about 3 years now and don&#8217;t see any issues so far.</p>
<p>What are the real  problems involved?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kadir GÜNAY &#124; amatör ruhlu platform &#187; &#187; Derlemeler - 29.08.2008</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1448</link>
		<dc:creator>Kadir GÜNAY &#124; amatör ruhlu platform &#187; &#187; Derlemeler - 29.08.2008</dc:creator>
		<pubDate>Fri, 29 Aug 2008 07:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1448</guid>
		<description>[...] Bilinmesi gereken 6 CSS tekniği - Trevor Davis [siteye git] [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Bilinmesi gereken 6 CSS tekniği - Trevor Davis [siteye git] [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Damasco</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1426</link>
		<dc:creator>Anthony Damasco</dc:creator>
		<pubDate>Wed, 27 Aug 2008 21:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1426</guid>
		<description>Nice article, thanks</description>
		<content:encoded><![CDATA[<p>Nice article, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Principles of the CSS Masters &#171; Tony&#8217;s Thoughts</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1418</link>
		<dc:creator>10 Principles of the CSS Masters &#171; Tony&#8217;s Thoughts</dc:creator>
		<pubDate>Wed, 27 Aug 2008 14:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1418</guid>
		<description>[...] Trevor&#8217;s flagship article The 6 Most Important CSS Techniques You Need To Know, he&#8217;s added a nugget that can save many headaches when using columns in your layouts. I have [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor&#8217;s flagship article The 6 Most Important CSS Techniques You Need To Know, he&#8217;s added a nugget that can save many headaches when using columns in your layouts. I have [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crawlspace&#124;media &#187; Blog Archive &#187; Daily Ma.gnolia Links for August 26</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1414</link>
		<dc:creator>crawlspace&#124;media &#187; Blog Archive &#187; Daily Ma.gnolia Links for August 26</dc:creator>
		<pubDate>Wed, 27 Aug 2008 06:59:57 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1414</guid>
		<description>[...] Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know I thought I would give a quick tutorial, with examples, of the 6 most important CSS techniques that I think you need to know: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis | Blog | The 6 Most Important CSS Techniques You Need To Know I thought I would give a quick tutorial, with examples, of the 6 most important CSS techniques that I think you need to know: [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blah! &#187; Blog Archive &#187; Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1408</link>
		<dc:creator>Blah! &#187; Blog Archive &#187; Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know</dc:creator>
		<pubDate>Tue, 26 Aug 2008 20:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1408</guid>
		<description>[...] Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know insert a clearing element [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis | Blog | The 6 Most Important CSS Techniques You Need To Know insert a clearing element [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: css immersion &#171; Niellemc&#8217;s Weblog</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1406</link>
		<dc:creator>css immersion &#171; Niellemc&#8217;s Weblog</dc:creator>
		<pubDate>Tue, 26 Aug 2008 18:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1406</guid>
		<description>[...] http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/" rel="nofollow">http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Principles of the CSS Masters - NETTUTS</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1384</link>
		<dc:creator>10 Principles of the CSS Masters - NETTUTS</dc:creator>
		<pubDate>Tue, 26 Aug 2008 02:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1384</guid>
		<description>[...] Trevor's flagship article The 6 Most Important CSS Techniques You Need To Know, he's added a nugget that can save many headaches when using columns in your layouts. I have [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor&#8217;s flagship article The 6 Most Important CSS Techniques You Need To Know, he&#8217;s added a nugget that can save many headaches when using columns in your layouts. I have [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DRoss</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-1364</link>
		<dc:creator>DRoss</dc:creator>
		<pubDate>Sun, 24 Aug 2008 04:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-1364</guid>
		<description>About #3 -- What inconsistencies have you noticed using clearfix? I have been using it for the last 3 or so years and have never had a problem with it. I do see a problem with inserting extra divs to clear floats. Very messy and unprofessional. I think you may be not understanding clearfix entirely.</description>
		<content:encoded><![CDATA[<p>About #3 &#8212; What inconsistencies have you noticed using clearfix? I have been using it for the last 3 or so years and have never had a problem with it. I do see a problem with inserting extra divs to clear floats. Very messy and unprofessional. I think you may be not understanding clearfix entirely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janko</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-936</link>
		<dc:creator>Janko</dc:creator>
		<pubDate>Tue, 17 Jun 2008 19:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-936</guid>
		<description>Excellent article, Trevor!</description>
		<content:encoded><![CDATA[<p>Excellent article, Trevor!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buenos Aires de Diseño &#187; Blog Archive &#187; 6 técnicas básicas para tu CSS</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-924</link>
		<dc:creator>Buenos Aires de Diseño &#187; Blog Archive &#187; 6 técnicas básicas para tu CSS</dc:creator>
		<pubDate>Wed, 11 Jun 2008 11:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-924</guid>
		<description>[...] » Explicación extendida en inglés [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] » Explicación extendida en inglés [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boogaloo Man</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-908</link>
		<dc:creator>Boogaloo Man</dc:creator>
		<pubDate>Fri, 06 Jun 2008 01:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-908</guid>
		<description>Hey Trevor,
In hindsight that was a poorly prosed question. Somehow you managed to hit the bulls eye. To understand it, further inspection towards the mother of all css sprites at Apple.com had to be conducted. I'll let you know how it works out. Right on, thanks</description>
		<content:encoded><![CDATA[<p>Hey Trevor,<br />
In hindsight that was a poorly prosed question. Somehow you managed to hit the bulls eye. To understand it, further inspection towards the mother of all css sprites at Apple.com had to be conducted. I&#8217;ll let you know how it works out. Right on, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-907</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 06 Jun 2008 00:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-907</guid>
		<description>@Boogaloo Man-
The Peach Pit site really only has 2 states. The hover and current section of the website are using the same properties.

So just put a class of current on the link when you are in that section and give it the same properties as the hover state.

Let me know if I misunderstood what you are asking.</description>
		<content:encoded><![CDATA[<p>@Boogaloo Man-<br />
The Peach Pit site really only has 2 states. The hover and current section of the website are using the same properties.</p>
<p>So just put a class of current on the link when you are in that section and give it the same properties as the hover state.</p>
<p>Let me know if I misunderstood what you are asking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boogaloo Man</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-906</link>
		<dc:creator>Boogaloo Man</dc:creator>
		<pubDate>Thu, 05 Jun 2008 21:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-906</guid>
		<description>Good stuff over here! Question: How can I show an active state for my css-sprites in a 3 state situation. EG: (Skinny Text) (Skinny Text) (Bold Text, Denotes site location) ?
Thanks man. 

An example would be Peachpit.com</description>
		<content:encoded><![CDATA[<p>Good stuff over here! Question: How can I show an active state for my css-sprites in a 3 state situation. EG: (Skinny Text) (Skinny Text) (Bold Text, Denotes site location) ?<br />
Thanks man. </p>
<p>An example would be Peachpit.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Miller - Freelance web designer</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-880</link>
		<dc:creator>Colin Miller - Freelance web designer</dc:creator>
		<pubDate>Sat, 31 May 2008 00:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-880</guid>
		<description>Great stuff! i will be experimenting with these tips. Well done Trev</description>
		<content:encoded><![CDATA[<p>Great stuff! i will be experimenting with these tips. Well done Trev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-857</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Wed, 28 May 2008 07:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-857</guid>
		<description>re: Set a Float to Clear a Float
Wonderful stuff...thanks TD!
I use break with clear: both defined..please tell me the drawbacks with that (am not a seasoned csser) Thanks.</description>
		<content:encoded><![CDATA[<p>re: Set a Float to Clear a Float<br />
Wonderful stuff&#8230;thanks TD!<br />
I use break with clear: both defined..please tell me the drawbacks with that (am not a seasoned csser) Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: compwrite</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-815</link>
		<dc:creator>compwrite</dc:creator>
		<pubDate>Fri, 16 May 2008 21:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-815</guid>
		<description>nice work, i appreciate</description>
		<content:encoded><![CDATA[<p>nice work, i appreciate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design Glasgow</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-813</link>
		<dc:creator>Web Design Glasgow</dc:creator>
		<pubDate>Fri, 16 May 2008 09:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-813</guid>
		<description>Trevor, that's an interesting point regarding image replacement and the text still being there when images are turned off - I hadn't considered it, thanks.

Nice work, by the way :0)</description>
		<content:encoded><![CDATA[<p>Trevor, that&#8217;s an interesting point regarding image replacement and the text still being there when images are turned off - I hadn&#8217;t considered it, thanks.</p>
<p>Nice work, by the way :0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxime</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-805</link>
		<dc:creator>Maxime</dc:creator>
		<pubDate>Wed, 14 May 2008 13:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-805</guid>
		<description>The essential is here. In my del.icio.us bookmarks :)</description>
		<content:encoded><![CDATA[<p>The essential is here. In my del.icio.us bookmarks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Varios links para desarroladores web &#187; Comenta o Muere &#124; Actualidad, Humor, Tecnología, Política, Ciencia, Música&#8230; y otros muchos temas de los que merece la pena hablar.</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-788</link>
		<dc:creator>Varios links para desarroladores web &#187; Comenta o Muere &#124; Actualidad, Humor, Tecnología, Política, Ciencia, Música&#8230; y otros muchos temas de los que merece la pena hablar.</dc:creator>
		<pubDate>Sat, 10 May 2008 23:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-788</guid>
		<description>[...] The 6 Most Important CSS Techniques You Need To Know [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The 6 Most Important CSS Techniques You Need To Know [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Design</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-787</link>
		<dc:creator>Web Design</dc:creator>
		<pubDate>Sat, 10 May 2008 20:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-787</guid>
		<description>fantastic article! Will really start to beef up my css..</description>
		<content:encoded><![CDATA[<p>fantastic article! Will really start to beef up my css..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best Of April 2008 - Glimpses of the Aleph</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-779</link>
		<dc:creator>Best Of April 2008 - Glimpses of the Aleph</dc:creator>
		<pubDate>Fri, 09 May 2008 21:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-779</guid>
		<description>[...] The 6 Most Important CSS Techniques You Need To KnowThe article covers getting a consistent base font size, getting consistent margins, setting a float to clear a float, image replacement, faux columns and CSS Sprites. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The 6 Most Important CSS Techniques You Need To KnowThe article covers getting a consistent base font size, getting consistent margins, setting a float to clear a float, image replacement, faux columns and CSS Sprites. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Marketing</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-767</link>
		<dc:creator>Web Marketing</dc:creator>
		<pubDate>Wed, 07 May 2008 17:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-767</guid>
		<description>Great Tutorial
I agree IE 6 &#38; IE 7 suck.
Nice Reset Too.

Thanks
Pablo Esquivel</description>
		<content:encoded><![CDATA[<p>Great Tutorial<br />
I agree IE 6 <span class="amp">&amp;</span> IE 7 suck.<br />
Nice Reset Too.</p>
<p>Thanks<br />
Pablo Esquivel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-766</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Wed, 07 May 2008 16:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-766</guid>
		<description>@Denver Web Design-
Like I said in a previous comment, using &lt;code&gt;* { margin: 0; padding: 0; }&lt;/code&gt; is dangerous because it effects every single element. 

How would you expect a radio button to act if padding was removed? Form elements get a little tricky and sometimes are best left alone. Also, it takes longer to process the universal selector because it has to access every single element, rather than specifying the elements you want to remove the margin and padding from.

@Russell Heimlich-
Yep, it is easy to clear floats without markup. But the issue is consistency and working in all situations. There are times when using the techniques without markup can cause issues between browsers or depending upon whether or not the elements have a width specified, etc. The easiest way that works 100% of the time is to just add in an empty clearing element.

I am all for semantics and standards, but sometimes you just need to get it done. Jeff Croft wrote a great post about this: &lt;a href="http://jeffcroft.com/blog/2007/aug/29/standards-web-standards-and-standardistas/" rel="nofollow"&gt;On standards, Web Standards, and &#8220;standardistas&#8221;&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Denver Web Design-<br />
Like I said in a previous comment, using <code>* { margin: 0; padding: 0; }</code> is dangerous because it effects every single element. </p>
<p>How would you expect a radio button to act if padding was removed? Form elements get a little tricky and sometimes are best left alone. Also, it takes longer to process the universal selector because it has to access every single element, rather than specifying the elements you want to remove the margin and padding from.</p>
<p>@Russell Heimlich-<br />
Yep, it is easy to clear floats without markup. But the issue is consistency and working in all situations. There are times when using the techniques without markup can cause issues between browsers or depending upon whether or not the elements have a width specified, etc. The easiest way that works 100% of the time is to just add in an empty clearing element.</p>
<p>I am all for semantics and standards, but sometimes you just need to get it done. Jeff Croft wrote a great post about this: <a href="http://jeffcroft.com/blog/2007/aug/29/standards-web-standards-and-standardistas/" rel="nofollow">On standards, Web Standards, and &ldquo;standardistas&rdquo;</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Heimlich</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-765</link>
		<dc:creator>Russell Heimlich</dc:creator>
		<pubDate>Wed, 07 May 2008 14:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-765</guid>
		<description>Clearing floats without extra markup  is easy.

1) Make sure the containing element has an overflow other than visible so overflow:auto or overflow:hidden would work. The container also needs a height set in order for it to work in IE. If you don't have a specific height just use height:100%. It cannot be height:auto;

2) Float the elements inside the container as needed. Experiment with clear:left, clear:right, or clear:both as needed to prevent stair stepping and other oddities.

E-mail me if you need examples. I absolutely hate empty elements with clear=all in them! Grrrrrrrrr....</description>
		<content:encoded><![CDATA[<p>Clearing floats without extra markup  is easy.</p>
<p>1) Make sure the containing element has an overflow other than visible so overflow:auto or overflow:hidden would work. The container also needs a height set in order for it to work in IE. If you don&#8217;t have a specific height just use height:100%. It cannot be height:auto;</p>
<p>2) Float the elements inside the container as needed. Experiment with clear:left, clear:right, or clear:both as needed to prevent stair stepping and other oddities.</p>
<p>E-mail me if you need examples. I absolutely hate empty elements with clear=all in them! Grrrrrrrrr&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 16 Web Designer/Developer Resources &#124; Outlaw Design Blog</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-763</link>
		<dc:creator>16 Web Designer/Developer Resources &#124; Outlaw Design Blog</dc:creator>
		<pubDate>Wed, 07 May 2008 09:50:39 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-763</guid>
		<description>[...] Trevor Davis offers his 6 most important css techniques that everyone needs to know. I happen to agree with him on most of these! [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis offers his 6 most important css techniques that everyone needs to know. I happen to agree with him on most of these! [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denver Web Design</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-752</link>
		<dc:creator>Denver Web Design</dc:creator>
		<pubDate>Mon, 05 May 2008 16:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-752</guid>
		<description>I've had good luck clearing out the margins and padding with 
*{
padding:0px; margin:0px; 
}

at the top of my code.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had good luck clearing out the margins and padding with<br />
*{<br />
padding:0px; margin:0px;<br />
}</p>
<p>at the top of my code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: website design</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-750</link>
		<dc:creator>website design</dc:creator>
		<pubDate>Mon, 05 May 2008 08:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-750</guid>
		<description>The best way to clear float is with the clearfix technique.</description>
		<content:encoded><![CDATA[<p>The best way to clear float is with the clearfix technique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-740</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 02 May 2008 13:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-740</guid>
		<description>Buz-
Yes, that is one method of image replacement, but the one downside to that method, is that if images are disabled, you cannot see the regular HTML text. With the method I show above, if images are disabled, the text is still visible.</description>
		<content:encoded><![CDATA[<p>Buz-<br />
Yes, that is one method of image replacement, but the one downside to that method, is that if images are disabled, you cannot see the regular HTML text. With the method I show above, if images are disabled, the text is still visible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buz</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-738</link>
		<dc:creator>Buz</dc:creator>
		<pubDate>Fri, 02 May 2008 08:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-738</guid>
		<description>Just for future reference, image replacement could be made easier by selecting a header in the first place rather than a div inside it. This is good (like you used) for h1's to help index important page titles... anyway, an easier method would simply be...

h1 #logo {
width: x px
height: ypx;
background-image: url(url);
text-indent: -9999px;
}

I also think a cleaner method could be to just set the font size to 0.</description>
		<content:encoded><![CDATA[<p>Just for future reference, image replacement could be made easier by selecting a header in the first place rather than a div inside it. This is good (like you used) for h1&#8217;s to help index important page titles&#8230; anyway, an easier method would simply be&#8230;</p>
<p>h1 #logo {<br />
width: x px<br />
height: ypx;<br />
background-image: url(url);<br />
text-indent: -9999px;<br />
}</p>
<p>I also think a cleaner method could be to just set the font size to 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kantongin &#187; Best Of April 2008</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-736</link>
		<dc:creator>Kantongin &#187; Best Of April 2008</dc:creator>
		<pubDate>Fri, 02 May 2008 04:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-736</guid>
		<description>[...] The 6 Most Important CSS Techniques You Need To KnowThe article covers getting a consistent base font size, getting consistent margins, setting a float to clear a float, image replacement, faux columns and CSS Sprites. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The 6 Most Important CSS Techniques You Need To KnowThe article covers getting a consistent base font size, getting consistent margins, setting a float to clear a float, image replacement, faux columns and CSS Sprites. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: des84 - Internet level 2 &#187; Blog Archive &#187; As 6 mais importantes tecnicas do CSS (ou quase)</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-733</link>
		<dc:creator>des84 - Internet level 2 &#187; Blog Archive &#187; As 6 mais importantes tecnicas do CSS (ou quase)</dc:creator>
		<pubDate>Thu, 01 May 2008 14:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-733</guid>
		<description>[...] The 6 Most Important CSS Techniques You Need To Know    Posted by Pablo Davi Filed in [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The 6 Most Important CSS Techniques You Need To Know    Posted by Pablo Davi Filed in [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ijajaja</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-732</link>
		<dc:creator>ijajaja</dc:creator>
		<pubDate>Thu, 01 May 2008 04:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-732</guid>
		<description>Faux Columns is something i have to take action now in my Site. Thanks for sharing..</description>
		<content:encoded><![CDATA[<p>Faux Columns is something i have to take action now in my Site. Thanks for sharing..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NETTUTS - Web development tutorials and links - Best of the Web - April</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-731</link>
		<dc:creator>NETTUTS - Web development tutorials and links - Best of the Web - April</dc:creator>
		<pubDate>Thu, 01 May 2008 02:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-731</guid>
		<description>[...] Visit Tutorial [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Visit Tutorial [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best Of April 2008 &#124; Best of the Month &#124; Smashing Magazine</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-730</link>
		<dc:creator>Best Of April 2008 &#124; Best of the Month &#124; Smashing Magazine</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-730</guid>
		<description>[...] The 6 Most Important CSS Techniques You Need To KnowThe article covers getting a consistent base font size, getting consistent margins, setting a float to clear a float, image replacement, faux columns and CSS Sprites. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The 6 Most Important CSS Techniques You Need To KnowThe article covers getting a consistent base font size, getting consistent margins, setting a float to clear a float, image replacement, faux columns and CSS Sprites. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jenny</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-729</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Tue, 29 Apr 2008 03:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-729</guid>
		<description>awesome tips. ;) I've just learned a few new things.</description>
		<content:encoded><![CDATA[<p>awesome tips. ;) I&#8217;ve just learned a few new things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pos</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-728</link>
		<dc:creator>pos</dc:creator>
		<pubDate>Mon, 28 Apr 2008 12:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-728</guid>
		<description>great article</description>
		<content:encoded><![CDATA[<p>great article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 6 técnicas de CSS que debes conocer &#124; Pere MAJORAL</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-727</link>
		<dc:creator>6 técnicas de CSS que debes conocer &#124; Pere MAJORAL</dc:creator>
		<pubDate>Mon, 28 Apr 2008 12:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-727</guid>
		<description>[...] Aunque no tiene porque ser exhaustiva, como bien dice su autor, se hace lectura recomendada “The 6 Most Important CSS Techniques You Need To Know“. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Aunque no tiene porque ser exhaustiva, como bien dice su autor, se hace lectura recomendada “The 6 Most Important CSS Techniques You Need To Know“. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sélection de liens web intéressants 28-04-08</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-726</link>
		<dc:creator>Sélection de liens web intéressants 28-04-08</dc:creator>
		<pubDate>Mon, 28 Apr 2008 05:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-726</guid>
		<description>[...] techniques CSS pour commencer la semaine. Un lien qui fait office de memento : Techniques importantes de développement CSS. Cet article a le mérite de réunir les bonnes pratiques : CSS reset, [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] techniques CSS pour commencer la semaine. Un lien qui fait office de memento : Techniques importantes de développement CSS. Cet article a le mérite de réunir les bonnes pratiques : CSS reset, [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SigT</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-725</link>
		<dc:creator>SigT</dc:creator>
		<pubDate>Mon, 28 Apr 2008 02:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-725</guid>
		<description>&lt;strong&gt;Las 6 técnicas de CSS más importantes que debes conocer...&lt;/strong&gt;

Aunque no tiene porque ser exhaustiva, como bien dice su autor, se hace lectura recomendada &#8220;The 6 Most Important CSS Techniques You Need To Know&#8220;.

En ella se relatan seis técnicas de CSS que si bien no son imprescindibles, son importante...</description>
		<content:encoded><![CDATA[<p><strong>Las 6 técnicas de CSS más importantes que debes conocer&#8230;</strong></p>
<p>Aunque no tiene porque ser exhaustiva, como bien dice su autor, se hace lectura recomendada &#8220;The 6 Most Important CSS Techniques You Need To Know&#8220;.</p>
<p>En ella se relatan seis técnicas de CSS que si bien no son imprescindibles, son importante&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-723</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-723</guid>
		<description>@Jesse-
I am using ID&#8217;s for those elements because they are unique on the page. I am using them in the &lt;a href="http://trevordavis.net/play/important-css-techniques/css-sprites/" rel="nofollow"&gt;CSS Sprites example&lt;/a&gt; to position the background image accordingly.

In regards to the &lt;code&gt;* {margin: 0; padding: 0;}&lt;/code&gt;. This is really not an ideal way to zero out the margin and padding. It takes more time to process, and it also effects every single element, including form elements. As Eric Meyer said at An Event Apart, &#8220;What would you expect to happen if you added padding to a radio button?&#8221; Form elements are a little different than other elements.</description>
		<content:encoded><![CDATA[<p>@Jesse-<br />
I am using ID&rsquo;s for those elements because they are unique on the page. I am using them in the <a href="http://trevordavis.net/play/important-css-techniques/css-sprites/" rel="nofollow">CSS Sprites example</a> to position the background image accordingly.</p>
<p>In regards to the <code>* {margin: 0; padding: 0;}</code>. This is really not an ideal way to zero out the margin and padding. It takes more time to process, and it also effects every single element, including form elements. As Eric Meyer said at An Event Apart, &ldquo;What would you expect to happen if you added padding to a radio button?&rdquo; Form elements are a little different than other elements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-720</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Wed, 23 Apr 2008 15:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-720</guid>
		<description>I am wondering why you are using ID's for everything, the lists also. In the examples I didn't see them being used -- maybe I overlooked it.  

I think I'm applying it wrong but it seems unnecessary for the clears at the start, I thought you could just do a * {margin: 0; padding: 0;} or maybe it's
*html, body -- Apologies I 'm a bit rusty</description>
		<content:encoded><![CDATA[<p>I am wondering why you are using ID&#8217;s for everything, the lists also. In the examples I didn&#8217;t see them being used &#8212; maybe I overlooked it.  </p>
<p>I think I&#8217;m applying it wrong but it seems unnecessary for the clears at the start, I thought you could just do a * {margin: 0; padding: 0;} or maybe it&#8217;s<br />
*html, body &#8212; Apologies I &#8216;m a bit rusty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NightAngel.fr &#187; CSS : 50 Outils, 13 raisons, 6 techniques, la pagination, les variables et la calculatrice</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-716</link>
		<dc:creator>NightAngel.fr &#187; CSS : 50 Outils, 13 raisons, 6 techniques, la pagination, les variables et la calculatrice</dc:creator>
		<pubDate>Tue, 22 Apr 2008 15:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-716</guid>
		<description>[...] changement de taille au niveau de la balise parent. Je me suis notamment inspiré d&#8217;un article de Travor Davis pour la rédaction du présent billet. Les nombreux liens très intéressants ont [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] changement de taille au niveau de la balise parent. Je me suis notamment inspiré d&#8217;un article de Travor Davis pour la rédaction du présent billet. Les nombreux liens très intéressants ont [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoserv</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-713</link>
		<dc:creator>Geoserv</dc:creator>
		<pubDate>Tue, 22 Apr 2008 00:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-713</guid>
		<description>STUMBLED!

Thats a fantastic tutorial.

&lt;a href="http://www.newsdots.com/tutorials/trevor-davis-blog-the-6-most-important-css-techniques-you-need-to-know/" rel="nofollow"&gt;VOTED for this post here&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>STUMBLED!</p>
<p>Thats a fantastic tutorial.</p>
<p><a href="http://www.newsdots.com/tutorials/trevor-davis-blog-the-6-most-important-css-techniques-you-need-to-know/" rel="nofollow">VOTED for this post here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Stumbles - Best of StumbleUpon</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-712</link>
		<dc:creator>Top Stumbles - Best of StumbleUpon</dc:creator>
		<pubDate>Tue, 22 Apr 2008 00:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-712</guid>
		<description>&lt;strong&gt;Trevor Davis  &#124; Blog   &#124; The 6 Most Important CSS Techniques You Need To Know...&lt;/strong&gt;

I thought I would give a quick tutorial, with examples, of the 6 most important CSS techniques that I think you need to know:   1. Get a Consistent Base Font Size   2. Get Consistent Margins   3. Set a Float to Clear a Float   4. Image Replacement...</description>
		<content:encoded><![CDATA[<p><strong>Trevor Davis  | Blog   | The 6 Most Important CSS Techniques You Need To Know&#8230;</strong></p>
<p>I thought I would give a quick tutorial, with examples, of the 6 most important CSS techniques that I think you need to know:</p>
<p>   1. Get a Consistent Base Font Size<br />
   2. Get Consistent Margins<br />
   3. Set a Float to Clear a Float<br />
   4. Image Replacement&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valontuoja &#187; Blog Archive &#187; Kaoottinen linkkidumppi</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-706</link>
		<dc:creator>Valontuoja &#187; Blog Archive &#187; Kaoottinen linkkidumppi</dc:creator>
		<pubDate>Sat, 19 Apr 2008 20:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-706</guid>
		<description>[...] Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis | Blog | The 6 Most Important CSS Techniques You Need To Know [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-705</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 18 Apr 2008 15:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-705</guid>
		<description>@icaaq-
Very interesting. Although .72 of an em is basically nothing. I&#8217;ll have to give this a try on a project sometime.</description>
		<content:encoded><![CDATA[<p>@icaaq-<br />
Very interesting. Although .72 of an em is basically nothing. I&rsquo;ll have to give this a try on a project sometime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: icaaq</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-702</link>
		<dc:creator>icaaq</dc:creator>
		<pubDate>Thu, 17 Apr 2008 20:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-702</guid>
		<description>Regarding #1. Because Internet Explorer dosen’t do half percentages in declarations a better way of doing it is to do like this.

html{
font-size: 125%;
}
body{
font-size: 50%;
}

If you look at http://www.icaaq.com/flexible-assistant-the-old-way.htm and clicks the figure it out button you can see it's not accurate in IE. But if you look at http://www.icaaq.com/flexible-assistant.htm it's correct.</description>
		<content:encoded><![CDATA[<p>Regarding #1. Because Internet Explorer dosen’t do half percentages in declarations a better way of doing it is to do like this.</p>
<p>html{<br />
font-size: 125%;<br />
}<br />
body{<br />
font-size: 50%;<br />
}</p>
<p>If you look at <a href="http://www.icaaq.com/flexible-assistant-the-old-way.htm" rel="nofollow">http://www.icaaq.com/flexible-assistant-the-old-way.htm</a> and clicks the figure it out button you can see it&#8217;s not accurate in IE. But if you look at <a href="http://www.icaaq.com/flexible-assistant.htm" rel="nofollow">http://www.icaaq.com/flexible-assistant.htm</a> it&#8217;s correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faaabulous &#187; 6 techniques CSS qu&#8217;il faut connaitre</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-694</link>
		<dc:creator>faaabulous &#187; 6 techniques CSS qu&#8217;il faut connaitre</dc:creator>
		<pubDate>Tue, 15 Apr 2008 09:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-694</guid>
		<description>[...] Trevor Davis a publié un article très utile pour tous les designers web dans lequel il détaille, exemples à l&#8217;appui, 6 techniques CSS indispensables dont voici la liste: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis a publié un article très utile pour tous les designers web dans lequel il détaille, exemples à l&#8217;appui, 6 techniques CSS indispensables dont voici la liste: [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sometimes its KEY to get the TOP tips! CSS in this case &#171; Amul&#8217;s Digital Life?</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-681</link>
		<dc:creator>Sometimes its KEY to get the TOP tips! CSS in this case &#171; Amul&#8217;s Digital Life?</dc:creator>
		<pubDate>Sat, 12 Apr 2008 00:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-681</guid>
		<description>[...] clipped from trevordavis.net [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] clipped from trevordavis.net [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-675</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Wed, 09 Apr 2008 01:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-675</guid>
		<description>@Scot-
Yes, I&#8217;ve seen the YUI stuff before. Sometimes though, these resets do more than you want them too. Like Eric Meyer&#8217;s reset is awesome, but if I am only to get consistent margins, I don&#8217;t want to change the &lt;code&gt;button&lt;/code&gt; element. Know what I mean? Sometimes it is ok for things to look slightly different in different browsers. It&#8217;s not like the customer brings up two different browsers to compare the page.</description>
		<content:encoded><![CDATA[<p>@Scot-<br />
Yes, I&rsquo;ve seen the YUI stuff before. Sometimes though, these resets do more than you want them too. Like Eric Meyer&rsquo;s reset is awesome, but if I am only to get consistent margins, I don&rsquo;t want to change the <code>button</code> element. Know what I mean? Sometimes it is ok for things to look slightly different in different browsers. It&rsquo;s not like the customer brings up two different browsers to compare the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scot</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-673</link>
		<dc:creator>Scot</dc:creator>
		<pubDate>Tue, 08 Apr 2008 23:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-673</guid>
		<description>A lot of your techniques match up with Yahoo's YUI approach. The have a reset.css that does much of what you are describing. Their approach is to take the browser differences out of the equation when building commercial pages. I would check it out over at Yahoo's developer site. They even have some Engineer videos describing usage. Better hurry before Microsoft gobbles them up.
http://developer.yahoo.com/yui/
Cheers.</description>
		<content:encoded><![CDATA[<p>A lot of your techniques match up with Yahoo&#8217;s YUI approach. The have a reset.css that does much of what you are describing. Their approach is to take the browser differences out of the equation when building commercial pages. I would check it out over at Yahoo&#8217;s developer site. They even have some Engineer videos describing usage. Better hurry before Microsoft gobbles them up.<br />
<a href="http://developer.yahoo.com/yui/" rel="nofollow">http://developer.yahoo.com/yui/</a><br />
Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: css de bilmeniz gereken 6 teknik - Volkan Şentürk</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-671</link>
		<dc:creator>css de bilmeniz gereken 6 teknik - Volkan Şentürk</dc:creator>
		<pubDate>Tue, 08 Apr 2008 09:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-671</guid>
		<description>[...] &lt;a href="http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/" rel="nofollow"&gt;http://trevordavis.net/blog/tutorial/the-6-most-important-css&#8230;/&lt;/a&gt;    You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/" rel="nofollow">http://trevordavis.net/blog/tutorial/the-6-most-important-css&hellip;/</a>    You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: בלוגה של אמא &#187; links for 2008-04-08</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-670</link>
		<dc:creator>בלוגה של אמא &#187; links for 2008-04-08</dc:creator>
		<pubDate>Tue, 08 Apr 2008 03:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-670</guid>
		<description>[...] Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know (tags: css css-tips) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis | Blog | The 6 Most Important CSS Techniques You Need To Know (tags: css css-tips) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fatih Hayrioğlu&#8217;nun not defteri &#187; 05 Nisan 2008 web&#8217;den seçme haberler</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-668</link>
		<dc:creator>Fatih Hayrioğlu&#8217;nun not defteri &#187; 05 Nisan 2008 web&#8217;den seçme haberler</dc:creator>
		<pubDate>Sat, 05 Apr 2008 14:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-668</guid>
		<description>[...] CSS&#8217;de bilmemiz gerek 6 teknik. Bağlantı [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] CSS&#8217;de bilmemiz gerek 6 teknik. Bağlantı [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Técnicas CSS &#8212; Tablosign</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-667</link>
		<dc:creator>Técnicas CSS &#8212; Tablosign</dc:creator>
		<pubDate>Fri, 04 Apr 2008 14:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-667</guid>
		<description>[...] Davis nos explica las 6 técnicas CSS más importantes que deberíamos conocer. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Davis nos explica las 6 técnicas CSS más importantes que deberíamos conocer. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Great Resources Elsewhere: March 21 to March 28 - CSSnewbie</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-666</link>
		<dc:creator>Great Resources Elsewhere: March 21 to March 28 - CSSnewbie</dc:creator>
		<pubDate>Fri, 04 Apr 2008 07:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-666</guid>
		<description>[...] Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis | Blog | The 6 Most Important CSS Techniques You Need To Know [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Entradas en las blogosferas.64 - Carrero Bitácora de los Hermanos Carrero, David Carrero Fernández-Baillo y Jaime Carrero Fernández-Baillo.</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-663</link>
		<dc:creator>Entradas en las blogosferas.64 - Carrero Bitácora de los Hermanos Carrero, David Carrero Fernández-Baillo y Jaime Carrero Fernández-Baillo.</dc:creator>
		<pubDate>Wed, 02 Apr 2008 08:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-663</guid>
		<description>[...] Las 6 cosas más importante sobre técnicas CSS que necesitas saber. (en inglés). vía: trevordavis [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Las 6 cosas más importante sobre técnicas CSS que necesitas saber. (en inglés). vía: trevordavis [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian H</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-662</link>
		<dc:creator>Sebastian H</dc:creator>
		<pubDate>Wed, 02 Apr 2008 02:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-662</guid>
		<description>Hi! I created a blog post recently, that goes into more details on #3 and explains it a little bit:

http://devorbit.net/english/css-designs-using-float/

To the rest of your list: Looks good. Mine looks pretty much the same! I just never wrote them down like that :)</description>
		<content:encoded><![CDATA[<p>Hi! I created a blog post recently, that goes into more details on #3 and explains it a little bit:</p>
<p><a href="http://devorbit.net/english/css-designs-using-float/" rel="nofollow">http://devorbit.net/english/css-designs-using-float/</a></p>
<p>To the rest of your list: Looks good. Mine looks pretty much the same! I just never wrote them down like that :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-04-02</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-661</link>
		<dc:creator>links for 2008-04-02</dc:creator>
		<pubDate>Wed, 02 Apr 2008 00:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-661</guid>
		<description>[...] Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know 6 CSS pointers. (tags: css) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis | Blog | The 6 Most Important CSS Techniques You Need To Know 6 CSS pointers. (tags: css) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-04-01 &#171; toonz</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-660</link>
		<dc:creator>links for 2008-04-01 &#171; toonz</dc:creator>
		<pubDate>Tue, 01 Apr 2008 23:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-660</guid>
		<description>[...] Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know (tags: css tips tutorial) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis | Blog | The 6 Most Important CSS Techniques You Need To Know (tags: css tips tutorial) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-04-01 at James A. Arconati</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-659</link>
		<dc:creator>links for 2008-04-01 at James A. Arconati</dc:creator>
		<pubDate>Tue, 01 Apr 2008 06:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-659</guid>
		<description>[...] Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know I thought I would give a quick tutorial, with examples, of the 6 most important CSS techniques that I think you need to know: 1. Get a Consistent Base Font Size 2. Get Consistent Margins 3. Set a Float to Clear a Float 4. Image Replacement 5. Faux Columns (tags: blogs reference web-developer web-developer/css tips) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis | Blog | The 6 Most Important CSS Techniques You Need To Know I thought I would give a quick tutorial, with examples, of the 6 most important CSS techniques that I think you need to know: 1. Get a Consistent Base Font Size 2. Get Consistent Margins 3. Set a Float to Clear a Float 4. Image Replacement 5. Faux Columns (tags: blogs reference web-developer web-developer/css tips) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo g</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-658</link>
		<dc:creator>seo g</dc:creator>
		<pubDate>Tue, 01 Apr 2008 06:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-658</guid>
		<description>Good  CSS tips, thanks for the explanations and examples. 

RE: propertes reset, I believe Eric Meyer has a set of code for setting the properties from scratch to build up your own template.</description>
		<content:encoded><![CDATA[<p>Good  CSS tips, thanks for the explanations and examples. </p>
<p>RE: propertes reset, I believe Eric Meyer has a set of code for setting the properties from scratch to build up your own template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-04-01 &#124; Funny Stuff is all around</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-657</link>
		<dc:creator>links for 2008-04-01 &#124; Funny Stuff is all around</dc:creator>
		<pubDate>Tue, 01 Apr 2008 00:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-657</guid>
		<description>[...] Trevor Davis &#124; Blog &#124; The 6 Most Important CSS Techniques You Need To Know (tags: CSS tips webdesign design tutorial Techniques tutorials) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Trevor Davis | Blog | The 6 Most Important CSS Techniques You Need To Know (tags: CSS tips webdesign design tutorial Techniques tutorials) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Carlson &#187; links for 2008-03-31</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-656</link>
		<dc:creator>Chris Carlson &#187; links for 2008-03-31</dc:creator>
		<pubDate>Mon, 31 Mar 2008 23:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-656</guid>
		<description>[...] The 6 Most Important CSS Techniques You Need To Know (tags: css webdesign)       06:45:45 pm on March 31, 2008 &#124; # &#124; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] The 6 Most Important CSS Techniques You Need To Know (tags: css webdesign)       06:45:45 pm on March 31, 2008 | # | [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nathan1</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-655</link>
		<dc:creator>nathan1</dc:creator>
		<pubDate>Mon, 31 Mar 2008 23:18:06 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-655</guid>
		<description>More comments (and issues) over at Hacker News: http://news.ycombinator.com/item?id=150983</description>
		<content:encoded><![CDATA[<p>More comments (and issues) over at Hacker News: <a href="http://news.ycombinator.com/item?id=150983" rel="nofollow">http://news.ycombinator.com/item?id=150983</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristaerella</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-654</link>
		<dc:creator>kristaerella</dc:creator>
		<pubDate>Mon, 31 Mar 2008 22:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-654</guid>
		<description>Great tips!

I used to use the * {margin:0;}, but I don't think I will this time around... I'll see how I go, but a lot of the margins and padding that are already there are pretty good.

I always wondered why 62.5%!!! I tried it recently and the text was way too small, I wondered what the heck people were thinking. 10px is what they were thinking. :) I didn't know that IE didn't allow you to change the pixel size. :(</description>
		<content:encoded><![CDATA[<p>Great tips!</p>
<p>I used to use the * {margin:0;}, but I don&#8217;t think I will this time around&#8230; I&#8217;ll see how I go, but a lot of the margins and padding that are already there are pretty good.</p>
<p>I always wondered why 62.5%!!! I tried it recently and the text was way too small, I wondered what the heck people were thinking. 10px is what they were thinking. :) I didn&#8217;t know that IE didn&#8217;t allow you to change the pixel size. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-653</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Mon, 31 Mar 2008 22:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-653</guid>
		<description>Useful list there Trevor, thanks. Never thought about your method of image replacement, always used a span with display:none or positioned the span -9999px, but it's a good point about images being turned off.

Cheers</description>
		<content:encoded><![CDATA[<p>Useful list there Trevor, thanks. Never thought about your method of image replacement, always used a span with display:none or positioned the span -9999px, but it&#8217;s a good point about images being turned off.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidM</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-652</link>
		<dc:creator>DavidM</dc:creator>
		<pubDate>Mon, 31 Mar 2008 22:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-652</guid>
		<description>@David Matt Cutts at Google indicated that CSS image replacement was OK from an SEO point of view - see seomoz.com</description>
		<content:encoded><![CDATA[<p>@David Matt Cutts at Google indicated that CSS image replacement was OK from an SEO point of view - see seomoz.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Van Zande</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-648</link>
		<dc:creator>Frederik Van Zande</dc:creator>
		<pubDate>Mon, 31 Mar 2008 20:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-648</guid>
		<description>#3
clearing floats always works with overflow:auto;
BUT !
you have to give the element a width to force the browser to compute the height of the element.

if you can't give a width to the container, then you're right about using the extra div.</description>
		<content:encoded><![CDATA[<p>#3<br />
clearing floats always works with overflow:auto;<br />
BUT !<br />
you have to give the element a width to force the browser to compute the height of the element.</p>
<p>if you can&#8217;t give a width to the container, then you&#8217;re right about using the extra div.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coolness roundup #6: Grid-based &#38; CSS flisterz:blog</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-647</link>
		<dc:creator>Coolness roundup #6: Grid-based &#38; CSS flisterz:blog</dc:creator>
		<pubDate>Mon, 31 Mar 2008 18:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-647</guid>
		<description>[...] them are redundant but it worth checking out. Here are some of them : 8 Premium One Line CSS Tips, 6 most important CSS techniques and Most used CSS trick. If you have lots of time to spare, check out 101 CSS techniques of all [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] them are redundant but it worth checking out. Here are some of them : 8 Premium One Line CSS Tips, 6 most important CSS techniques and Most used CSS trick. If you have lots of time to spare, check out 101 CSS techniques of all [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincenzo</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-646</link>
		<dc:creator>Vincenzo</dc:creator>
		<pubDate>Mon, 31 Mar 2008 17:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-646</guid>
		<description>Wonderful work, thanks a lot.. :-)</description>
		<content:encoded><![CDATA[<p>Wonderful work, thanks a lot.. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Wu</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-645</link>
		<dc:creator>Fred Wu</dc:creator>
		<pubDate>Mon, 31 Mar 2008 16:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-645</guid>
		<description>Excellent technique Ben! Thanks! :)</description>
		<content:encoded><![CDATA[<p>Excellent technique Ben! Thanks! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Sekulowicz-Barclay</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-644</link>
		<dc:creator>Ben Sekulowicz-Barclay</dc:creator>
		<pubDate>Mon, 31 Mar 2008 16:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-644</guid>
		<description>Regarding #2, Eric Meyer maintains a neat &lt;a href="http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/" rel="nofollow"&gt;reset stylesheet&lt;/a&gt; that does all of this in a less intrusive and more performance-friendly manner ...

Regarding #3, the best way to clear a floated element is to apply the following CSS rules to the containing element, negating the need for additional HTML elements ...

For good browsers:
div#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

For IE 6/7:
div#content { zoom: 1; }

You should note as well that IE 6/7 uses the zoom proprty to add 'hasLayout', so adding 'zoom: 1;' in your IE 6/7 stylesheet will solve many of your problems, while adding no positional or dimensional information.</description>
		<content:encoded><![CDATA[<p>Regarding #2, Eric Meyer maintains a neat <a href="http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/" rel="nofollow">reset stylesheet</a> that does all of this in a less intrusive and more performance-friendly manner &#8230;</p>
<p>Regarding #3, the best way to clear a floated element is to apply the following CSS rules to the containing element, negating the need for additional HTML elements &#8230;</p>
<p>For good browsers:<br />
div#content:after {<br />
    content: &#8220;.&#8221;;<br />
    display: block;<br />
    height: 0;<br />
    clear: both;<br />
    visibility: hidden;<br />
}</p>
<p>For IE 6/7:<br />
div#content { zoom: 1; }</p>
<p>You should note as well that IE 6/7 uses the zoom proprty to add &#8216;hasLayout&#8217;, so adding &#8216;zoom: 1;&#8217; in your IE 6/7 stylesheet will solve many of your problems, while adding no positional or dimensional information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-643</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Mon, 31 Mar 2008 15:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-643</guid>
		<description>@Niall-
Yes, setting &lt;code&gt;overflow: auto&lt;/code&gt; is one way of clearing floats, but again, I have seen mixed results.

@David-
I&#8217;ve seen some notes about this, but nothing definitive that it hurts your rankings. Do you have a source that you have found this information? Think about all of those people using image replacement techniques on their sites. I can&#8217;t image Google would penalize that many people. Last I saw, they flag it, and if you are stuffing more text into the markup than you are displaying in the image replacement, then it may hurt your ranking.</description>
		<content:encoded><![CDATA[<p>@Niall-<br />
Yes, setting <code>overflow: auto</code> is one way of clearing floats, but again, I have seen mixed results.</p>
<p>@David-<br />
I&rsquo;ve seen some notes about this, but nothing definitive that it hurts your rankings. Do you have a source that you have found this information? Think about all of those people using image replacement techniques on their sites. I can&rsquo;t image Google would penalize that many people. Last I saw, they flag it, and if you are stuffing more text into the markup than you are displaying in the image replacement, then it may hurt your ranking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The 6 Most Important CSS You Need To Know &#124; eKini: Web Developer Blog</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-642</link>
		<dc:creator>The 6 Most Important CSS You Need To Know &#124; eKini: Web Developer Blog</dc:creator>
		<pubDate>Mon, 31 Mar 2008 14:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-642</guid>
		<description>[...] Everyone should read this. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Everyone should read this. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Worley</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-641</link>
		<dc:creator>David Worley</dc:creator>
		<pubDate>Mon, 31 Mar 2008 14:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-641</guid>
		<description>SUPER IMPORTANT: Image replacement techniques are considered spam techniques by Google and possibly Yahoo search. They count negatively to your search rankings.

What happened was guys like us invented that technique (Fahrner was his name?) and then the spam guys realized they could use it for their nefarious purposes. Google caught wind of the technique, and now it's considered negative.

Google can read your CSS, and knows things like whether or not an image is covering your text, etc.

Use with caution and only when SEO is not a factor.</description>
		<content:encoded><![CDATA[<p>SUPER IMPORTANT: Image replacement techniques are considered spam techniques by Google and possibly Yahoo search. They count negatively to your search rankings.</p>
<p>What happened was guys like us invented that technique (Fahrner was his name?) and then the spam guys realized they could use it for their nefarious purposes. Google caught wind of the technique, and now it&#8217;s considered negative.</p>
<p>Google can read your CSS, and knows things like whether or not an image is covering your text, etc.</p>
<p>Use with caution and only when SEO is not a factor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niall Doherty</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-640</link>
		<dc:creator>Niall Doherty</dc:creator>
		<pubDate>Mon, 31 Mar 2008 14:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-640</guid>
		<description>Nice tips.

Regarding #3 though, can't you just add a CSS rule of overflow: auto to the container div?</description>
		<content:encoded><![CDATA[<p>Nice tips.</p>
<p>Regarding #3 though, can&#8217;t you just add a CSS rule of overflow: auto to the container div?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Radel</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-638</link>
		<dc:creator>Matt Radel</dc:creator>
		<pubDate>Mon, 31 Mar 2008 13:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-638</guid>
		<description>Great post! Very well written. One thing though - you can actually do image replacement on a block level element (with specific dimensions) without the extra span tag. Just keep the "overflow:hidden" on the element along with a "text-indent: -999em". Presto! Replaced text, no extra span tag.

Cheers!</description>
		<content:encoded><![CDATA[<p>Great post! Very well written. One thing though - you can actually do image replacement on a block level element (with specific dimensions) without the extra span tag. Just keep the &#8220;overflow:hidden&#8221; on the element along with a &#8220;text-indent: -999em&#8221;. Presto! Replaced text, no extra span tag.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Andrews</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-637</link>
		<dc:creator>Matt Andrews</dc:creator>
		<pubDate>Mon, 31 Mar 2008 13:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-637</guid>
		<description>Trevor: Would you believe it was a damned Realplayer plugin (I didn't know such things existed - on my family computer at the moment)? It pops up an annoying toolbar over Flash videos so perhaps the sIFR stuff did confuse it. All fixed now!</description>
		<content:encoded><![CDATA[<p>Trevor: Would you believe it was a damned Realplayer plugin (I didn&#8217;t know such things existed - on my family computer at the moment)? It pops up an annoying toolbar over Flash videos so perhaps the sIFR stuff did confuse it. All fixed now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemesis Design</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-636</link>
		<dc:creator>Nemesis Design</dc:creator>
		<pubDate>Mon, 31 Mar 2008 13:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-636</guid>
		<description>I meant IE 6 strange behavior:
http://www.quirksmode.org/css/quirksmode.html
"Explorer Windows special: the xml prolog"

In that case IE6 behavior is different and you don't have to put "cursor: pointer" rule.</description>
		<content:encoded><![CDATA[<p>I meant IE 6 strange behavior:<br />
<a href="http://www.quirksmode.org/css/quirksmode.html" rel="nofollow">http://www.quirksmode.org/css/quirksmode.html</a><br />
&#8220;Explorer Windows special: the xml prolog&#8221;</p>
<p>In that case IE6 behavior is different and you don&#8217;t have to put &#8220;cursor: pointer&#8221; rule.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemesis Design</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-635</link>
		<dc:creator>Nemesis Design</dc:creator>
		<pubDate>Mon, 31 Mar 2008 13:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-635</guid>
		<description>* { margin:0; padding:0; } is not good also beacause cause a ugly visualizzations of  elements on firefox.

@ Trevor:  i'm not saying you don't work in standard compliance mode, beacause the xml declaration is optional.
If you try to put xml declaration in your example pages you will see that some behaviors in IE are different.</description>
		<content:encoded><![CDATA[<p>* { margin:0; padding:0; } is not good also beacause cause a ugly visualizzations of  elements on firefox.</p>
<p>@ Trevor:  i&#8217;m not saying you don&#8217;t work in standard compliance mode, beacause the xml declaration is optional.<br />
If you try to put xml declaration in your example pages you will see that some behaviors in IE are different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-634</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Mon, 31 Mar 2008 13:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-634</guid>
		<description>@Johannes-
I would try and avoid using &lt;code&gt;* { margin: 0; padding: 0; }&lt;/code&gt;, it takes more time to process that since it has to access every single element.

@Mark-
I always style defaults for everything that I remove the margin and padding for. Good tip though!

@Andreas-
Do you mean vertically aligning the buttons? I just recently found out that you can actually use &lt;code&gt;vertical-align: middle;&lt;/code&gt; for buttons elements, and the will line up with the other form elements.

@Nemesis Design-
Hmm, I always work in Standards compliance mode.

@Matt-
I wonder if it has to do with so many instances of sIFR on the page?</description>
		<content:encoded><![CDATA[<p>@Johannes-<br />
I would try and avoid using <code>* { margin: 0; padding: 0; }</code>, it takes more time to process that since it has to access every single element.</p>
<p>@Mark-<br />
I always style defaults for everything that I remove the margin and padding for. Good tip though!</p>
<p>@Andreas-<br />
Do you mean vertically aligning the buttons? I just recently found out that you can actually use <code>vertical-align: middle;</code> for buttons elements, and the will line up with the other form elements.</p>
<p>@Nemesis Design-<br />
Hmm, I always work in Standards compliance mode.</p>
<p>@Matt-<br />
I wonder if it has to do with so many instances of sIFR on the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-639</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Mon, 31 Mar 2008 12:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-639</guid>
		<description>@Matt Andrews-
Damn Realplayer, stop messing with my site! Glad that it&#8217;s not actually my site that is crashing everyone&#8217;s Firefox.

@Matt Radel-
You can certainly do image replacement using a negative &lt;code&gt;text-indent&lt;/code&gt;, but if images are disabled, you don&#8217;t still get the text like you do using the empty &lt;code&gt;span&lt;/code&gt; method.

&lt;em&gt;Whoops, I forgot to update the time in Wordpress for Daylight Savings Time.&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>@Matt Andrews-<br />
Damn Realplayer, stop messing with my site! Glad that it&rsquo;s not actually my site that is crashing everyone&rsquo;s Firefox.</p>
<p>@Matt Radel-<br />
You can certainly do image replacement using a negative <code>text-indent</code>, but if images are disabled, you don&rsquo;t still get the text like you do using the empty <code>span</code> method.</p>
<p><em>Whoops, I forgot to update the time in Wordpress for Daylight Savings Time.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Andrews</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-633</link>
		<dc:creator>Matt Andrews</dc:creator>
		<pubDate>Mon, 31 Mar 2008 12:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-633</guid>
		<description>Good list Trevor, thanks.

Incidentally, I thought I'd just let you know that this page is crashing my Firefox (damn you for making me resort to IE7). I'm running 2.0.0.13 and it just vanishes when the page has loaded, each time I try.

Anyone else?</description>
		<content:encoded><![CDATA[<p>Good list Trevor, thanks.</p>
<p>Incidentally, I thought I&#8217;d just let you know that this page is crashing my Firefox (damn you for making me resort to IE7). I&#8217;m running 2.0.0.13 and it just vanishes when the page has loaded, each time I try.</p>
<p>Anyone else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemesis Design</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-632</link>
		<dc:creator>Nemesis Design</dc:creator>
		<pubDate>Mon, 31 Mar 2008 12:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-632</guid>
		<description>I think that bug on IE when making a CSS sprite happens only when xml declaration is missing.

I noticed there are a lot of differences working in Quirks Mode or not.</description>
		<content:encoded><![CDATA[<p>I think that bug on IE when making a CSS sprite happens only when xml declaration is missing.</p>
<p>I noticed there are a lot of differences working in Quirks Mode or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Blaschke</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-631</link>
		<dc:creator>Andreas Blaschke</dc:creator>
		<pubDate>Mon, 31 Mar 2008 12:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-631</guid>
		<description>Interesting article. Hope the next 6 techniques will follow. My clear method is here:
http://www.quirksmode.org/css/clearing.html

My wish: A good way to set centered text in buttons (for IE6, too)</description>
		<content:encoded><![CDATA[<p>Interesting article. Hope the next 6 techniques will follow. My clear method is here:<br />
<a href="http://www.quirksmode.org/css/clearing.html" rel="nofollow">http://www.quirksmode.org/css/clearing.html</a></p>
<p>My wish: A good way to set centered text in buttons (for IE6, too)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark James</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-630</link>
		<dc:creator>Mark James</dc:creator>
		<pubDate>Mon, 31 Mar 2008 11:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-630</guid>
		<description>Be careful resetting the margins and padding on all elements (especially stuff such as lists) or even using a reset without a full set of defaults when working with systems that allow dynamic content. I've repeatedly seen cases where people have reset margins and padding and styled up their nav lists/etc but then failed to provide default styling for in-content lists, resulting in a page (especially when nested). I've found that Blueprint CSS minus the grids system gives a great starting point with not only a competent reset but a reliable set of default styles to match.

Otherwise great tips!</description>
		<content:encoded><![CDATA[<p>Be careful resetting the margins and padding on all elements (especially stuff such as lists) or even using a reset without a full set of defaults when working with systems that allow dynamic content. I&#8217;ve repeatedly seen cases where people have reset margins and padding and styled up their nav lists/etc but then failed to provide default styling for in-content lists, resulting in a page (especially when nested). I&#8217;ve found that Blueprint CSS minus the grids system gives a great starting point with not only a competent reset but a reliable set of default styles to match.</p>
<p>Otherwise great tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Neumeier</title>
		<link>http://trevordavis.net/blog/tutorial/the-6-most-important-css-techniques-you-need-to-know/#comment-629</link>
		<dc:creator>Johannes Neumeier</dc:creator>
		<pubDate>Mon, 31 Mar 2008 08:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=169#comment-629</guid>
		<description>Refering to #2, I always use *, html, body{marign:0;padding:0;} but never found any documentation as to what and how well browsers support the wildcard *. Do you know anything about that?</description>
		<content:encoded><![CDATA[<p>Refering to #2, I always use *, html, body{marign:0;padding:0;} but never found any documentation as to what and how well browsers support the wildcard *. Do you know anything about that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
