<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Cramer&#039;s Blog &#187; CSS</title>
	<atom:link href="http://www.davidcramer.net/category/code/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<lastBuildDate>Fri, 09 Jul 2010 17:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Don&#8217;t Use Padding or Margin on BODY Tags</title>
		<link>http://www.davidcramer.net/code/114/dont-use-padding-or-margin-on-body-tags.html</link>
		<comments>http://www.davidcramer.net/code/114/dont-use-padding-or-margin-on-body-tags.html#comments</comments>
		<pubDate>Tue, 01 Apr 2008 08:43:05 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/?p=114</guid>
		<description><![CDATA[Today I was adding full screen support to iBox, and I hit an IE6 bug. The bug is introduced because the BODY tag had either margin or padding values of more than 0. This is a number of problems we&#8217;ve had with calculating positions because of the BODY clauses containing these extra pixels. The solution: [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/114/dont-use-padding-or-margin-on-body-tags.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word-wrap Preformatted Text</title>
		<link>http://www.davidcramer.net/code/82/word-wrap-preformatted-text.html</link>
		<comments>http://www.davidcramer.net/code/82/word-wrap-preformatted-text.html#comments</comments>
		<pubDate>Wed, 12 Mar 2008 20:59:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.davidcramer.net/code/82/word-wrap-preformatted-text.html</guid>
		<description><![CDATA[I was searching the internet the other day for a solution to word-wrap preformatted text for pastethat.com. Low and behold, Google answers all, it just takes finding the right keywords. So, the solution: white-space: pre-wrap; /* CSS-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera [...]]]></description>
		<wfw:commentRss>http://www.davidcramer.net/code/82/word-wrap-preformatted-text.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
