<?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>Dan Beland &#187; CSS</title>
	<atom:link href="http://www.danbeland.com/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.danbeland.com</link>
	<description>Website Development Services</description>
	<lastBuildDate>Sat, 13 Nov 2010 00:15:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Transparent Background with Opaque Content</title>
		<link>http://www.danbeland.com/css/transparent-background-with-opaque-content</link>
		<comments>http://www.danbeland.com/css/transparent-background-with-opaque-content#comments</comments>
		<pubDate>Thu, 11 Feb 2010 01:36:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=223</guid>
		<description><![CDATA[Create boxes with a semi-transparent background while keeping the content (images/text) opaque. http://www.dedestruct.com/2008/03/06/how-to-cross-browser-css-transparent-divs-with-opaque-content/]]></description>
		<wfw:commentRss>http://www.danbeland.com/css/transparent-background-with-opaque-content/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 Double Margin</title>
		<link>http://www.danbeland.com/css/ie6-double-margin</link>
		<comments>http://www.danbeland.com/css/ie6-double-margin#comments</comments>
		<pubDate>Fri, 29 May 2009 19:04:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=187</guid>
		<description><![CDATA[IE6 seems to double it&#8217;s margins on floated elements&#8230; Why? Who cares&#8230; Here&#8217;s how you fix it! Just add display: inline; to the floated element! I found it here: http://www.jaymeblackmon.com/ie6-double-margin-bug-fix]]></description>
		<wfw:commentRss>http://www.danbeland.com/css/ie6-double-margin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force a Background Color in TinyMCE</title>
		<link>http://www.danbeland.com/css/force-background-color-tinymce</link>
		<comments>http://www.danbeland.com/css/force-background-color-tinymce#comments</comments>
		<pubDate>Thu, 18 Dec 2008 18:39:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=160</guid>
		<description><![CDATA[So you&#8217;ve put together a CSS template with a body background color. We&#8217;ll use #4C4C4C. Your CSS template contains a content area that is a different color. We&#8217;ll use #000000. In simple form that looks like this: body { background-color: #4C4C4C; } #content { width: 700px; margin: 0 auto; background-color:#000000; color: #FFFFFF; } Now if [...]]]></description>
		<wfw:commentRss>http://www.danbeland.com/css/force-background-color-tinymce/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE Min-Height in CSS</title>
		<link>http://www.danbeland.com/css/ie-min-height</link>
		<comments>http://www.danbeland.com/css/ie-min-height#comments</comments>
		<pubDate>Wed, 26 Nov 2008 16:56:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=149</guid>
		<description><![CDATA[This is a quick and easy trick/fix for correcting the css min-height problem in IE6.  It is pure CSS and does not require any additional div&#8217;s.  Here&#8217;s the code: selector { min-height:500px; height:auto !important; height:500px; } That&#8217;s it! This trick should be compatible with: IE6, IE7, Mozilla/Firefox/Gecko, Opera 7.x+, Safari1.2 This is not compatible with [...]]]></description>
		<wfw:commentRss>http://www.danbeland.com/css/ie-min-height/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

