<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Most used CSS tricks</title>
	<atom:link href="http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/</link>
	<description>Words from Alejandro U. Alvarez</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:24:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: alex</title>
		<link>http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/comment-page-1/#comment-71</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 03 Apr 2008 13:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/#comment-71</guid>
		<description>Thanks for the tips!
The fun thing is that I actually use the List trick in my comments, I changed the css to have it work and I forgot to update the topic.

In the original post the code might have been a little different, I added and changed some stuff where I thought it would be better.. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tips!<br />
The fun thing is that I actually use the List trick in my comments, I changed the css to have it work and I forgot to update the topic.</p>
<p>In the original post the code might have been a little different, I added and changed some stuff where I thought it would be better.. <img src='http://urbanoalvarez.es/blog/wp-content/plugins/smilies-themer/kopete/smile.png' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob @ CSSnewbie</title>
		<link>http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/comment-page-1/#comment-64</link>
		<dc:creator>Rob @ CSSnewbie</dc:creator>
		<pubDate>Wed, 02 Apr 2008 21:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/#comment-64</guid>
		<description>You should be more careful when you &quot;borrow&quot; from other sites -- you&#039;ve done a nice job cleaning up some of the code (like on #1, for example), but #2 won&#039;t work as you&#039;ve rewritten it. Without a containing tag inside those list items (the original article used &lt;p&gt;, but I tend to use &lt;span&gt; in my code), your numbers will inherit their style from the list item, not the ordered list. Also, #3 is missing the &lt;br /&gt; tags that made those clears work properly -- without them, any sufficiently wide form will act funny. I tend to put the &quot;clear: left&quot; bit on the labels themselves, if that helps you clean it up.</description>
		<content:encoded><![CDATA[<p>You should be more careful when you &#8220;borrow&#8221; from other sites &#8212; you&#8217;ve done a nice job cleaning up some of the code (like on #1, for example), but #2 won&#8217;t work as you&#8217;ve rewritten it. Without a containing tag inside those list items (the original article used &lt;p&gt;, but I tend to use &lt;span&gt; in my code), your numbers will inherit their style from the list item, not the ordered list. Also, #3 is missing the &lt;br /&gt; tags that made those clears work properly &#8212; without them, any sufficiently wide form will act funny. I tend to put the &#8220;clear: left&#8221; bit on the labels themselves, if that helps you clean it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Most used CSS tricks &#124; Urbano&#8217;s Blog &#124; White Sands Digital</title>
		<link>http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/comment-page-1/#comment-63</link>
		<dc:creator>Most used CSS tricks &#124; Urbano&#8217;s Blog &#124; White Sands Digital</dc:creator>
		<pubDate>Wed, 02 Apr 2008 21:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/#comment-63</guid>
		<description>[...] list of the most common CSS tricks aroundread more &#124; digg story   Share and Enjoy: These icons link to social bookmarking sites where readers can [...]</description>
		<content:encoded><![CDATA[<p>[...] list of the most common CSS tricks aroundread more | digg story   Share and Enjoy: These icons link to social bookmarking sites where readers can [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/comment-page-1/#comment-60</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Wed, 02 Apr 2008 19:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/#comment-60</guid>
		<description>Thanks for spotting it!
I didn&#039;t see that one ;)</description>
		<content:encoded><![CDATA[<p>Thanks for spotting it!<br />
I didn&#8217;t see that one <img src='http://urbanoalvarez.es/blog/wp-content/plugins/smilies-themer/kopete/wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvin</title>
		<link>http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/comment-page-1/#comment-59</link>
		<dc:creator>Alvin</dc:creator>
		<pubDate>Wed, 02 Apr 2008 19:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/#comment-59</guid>
		<description>Nice reminder

The is a mistake on the second trick. The css should be &quot;ol li&quot; not &quot;ol p&quot;.</description>
		<content:encoded><![CDATA[<p>Nice reminder</p>
<p>The is a mistake on the second trick. The css should be &#8220;ol li&#8221; not &#8220;ol p&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Clough &#187; css tricks from urbano</title>
		<link>http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/comment-page-1/#comment-23</link>
		<dc:creator>Jeremy Clough &#187; css tricks from urbano</dc:creator>
		<pubDate>Mon, 24 Mar 2008 00:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/#comment-23</guid>
		<description>[...] This is a great blog for css goodness: http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is a great blog for css goodness: <a href="http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/" rel="nofollow">http://urbanoalvarez.es/blog/2008/03/17/most-used-css-tricks/</a>. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.001 seconds -->

