<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS Trickery Part 1: Defaulting</title>
	<atom:link href="http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/</link>
	<description>blog, webdesign, illustration &#38; newsk00l javascript</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:09:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel</title>
		<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/comment-page-1/#comment-173216</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 30 Jul 2008 15:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/07/08/css-trickery-part-1-defaulting/#comment-173216</guid>
		<description>Very simple but very useful, Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Very simple but very useful, Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jojo</title>
		<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/comment-page-1/#comment-172348</link>
		<dc:creator>Jojo</dc:creator>
		<pubDate>Mon, 21 Jul 2008 21:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/07/08/css-trickery-part-1-defaulting/#comment-172348</guid>
		<description>You can even go a bit further to reset any or all properties that are rendered differently or have different default values across various platforms. Check out Blueprint (a CSS framework) at Google Code http://code.google.com/p/blueprintcss/</description>
		<content:encoded><![CDATA[<p>You can even go a bit further to reset any or all properties that are rendered differently or have different default values across various platforms. Check out Blueprint (a CSS framework) at Google Code <a href="http://code.google.com/p/blueprintcss/" rel="nofollow">http://code.google.com/p/blueprintcss/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/comment-page-1/#comment-89768</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Fri, 21 Sep 2007 18:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/07/08/css-trickery-part-1-defaulting/#comment-89768</guid>
		<description>What a nice website this!! Cool and Fresh. Congratulations.. Just one stupid question: This theme is so original, so.. can you share it?

Regards.. and good job Rogie.</description>
		<content:encoded><![CDATA[<p>What a nice website this!! Cool and Fresh. Congratulations.. Just one stupid question: This theme is so original, so.. can you share it?</p>
<p>Regards.. and good job Rogie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogie</title>
		<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/comment-page-1/#comment-6621</link>
		<dc:creator>Rogie</dc:creator>
		<pubDate>Thu, 20 Jul 2006 14:51:04 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/07/08/css-trickery-part-1-defaulting/#comment-6621</guid>
		<description>Just a reminder, make use of this CSS technique on pesky forms like this:

&lt;code&gt;form{
	margin:0px;
	padding:0px;
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Just a reminder, make use of this CSS technique on pesky forms like this:</p>
<p><code>form{<br />
	margin:0px;<br />
	padding:0px;<br />
}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dexus</title>
		<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/comment-page-1/#comment-6397</link>
		<dc:creator>dexus</dc:creator>
		<pubDate>Tue, 11 Jul 2006 21:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/07/08/css-trickery-part-1-defaulting/#comment-6397</guid>
		<description>Width does nothing, it is standard at 100%.
And IE puts a border around its page, so it should be more like this:
html, body{
	margin:0;
	padding:0;
	border:0;
	height:100%;
}</description>
		<content:encoded><![CDATA[<p>Width does nothing, it is standard at 100%.<br />
And IE puts a border around its page, so it should be more like this:<br />
html, body{<br />
	margin:0;<br />
	padding:0;<br />
	border:0;<br />
	height:100%;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogie</title>
		<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/comment-page-1/#comment-6387</link>
		<dc:creator>rogie</dc:creator>
		<pubDate>Mon, 10 Jul 2006 15:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/07/08/css-trickery-part-1-defaulting/#comment-6387</guid>
		<description>width and height @ 100% reset or set the page width and height to 100% of the available width and height.  This really helps when you specify inner page elements as a certain width or height of their parent.

I&#039;ll release a later trickery that will make use of this rule ;)</description>
		<content:encoded><![CDATA[<p>width and height @ 100% reset or set the page width and height to 100% of the available width and height.  This really helps when you specify inner page elements as a certain width or height of their parent.</p>
<p>I&#8217;ll release a later trickery that will make use of this rule ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renato Carvalho</title>
		<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/comment-page-1/#comment-6385</link>
		<dc:creator>Renato Carvalho</dc:creator>
		<pubDate>Mon, 10 Jul 2006 15:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/07/08/css-trickery-part-1-defaulting/#comment-6385</guid>
		<description>Nice!
I usually use the star element to reset margin and padding.
* { margin:0; padding:0;}

I never used width:100%; and height:100%; in html, body. 
What they do?</description>
		<content:encoded><![CDATA[<p>Nice!<br />
I usually use the star element to reset margin and padding.<br />
* { margin:0; padding:0;}</p>
<p>I never used width:100%; and height:100%; in html, body.<br />
What they do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/comment-page-1/#comment-6356</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 09 Jul 2006 10:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/07/08/css-trickery-part-1-defaulting/#comment-6356</guid>
		<description>Hey, that&#039;s a good idea, I generally only start by zero-ing the margin and padding. but I generally use a wildcard for that.</description>
		<content:encoded><![CDATA[<p>Hey, that&#8217;s a good idea, I generally only start by zero-ing the margin and padding. but I generally use a wildcard for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.komodomedia.com/blog/2006/07/css-trickery-part-1-defaulting/comment-page-1/#comment-6347</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Sun, 09 Jul 2006 03:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2006/07/08/css-trickery-part-1-defaulting/#comment-6347</guid>
		<description>Looking forward to the series.</description>
		<content:encoded><![CDATA[<p>Looking forward to the series.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: komodomedia.com @ 2012-02-11 16:20:18 by W3 Total Cache -->
