<?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>Red Ice Designs &#187; CSS</title>
	<atom:link href="http://www.redicedesigns.com/blog/category/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.redicedesigns.com/blog</link>
	<description>A blog about web design tips, tricks, tutorials, guides and tools.</description>
	<lastBuildDate>Thu, 09 Sep 2010 20:31:02 +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>Top 10 Links for CSS3 Resources</title>
		<link>http://www.redicedesigns.com/blog/2010/css/top-10-links-for-css3-resources</link>
		<comments>http://www.redicedesigns.com/blog/2010/css/top-10-links-for-css3-resources#comments</comments>
		<pubDate>Wed, 12 May 2010 18:25:14 +0000</pubDate>
		<dc:creator>Joe Valdez</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://www.redicedesigns.com/blog/?p=351</guid>
		<description><![CDATA[<p>If you haven&#8217;t already, you soon will start using CSS3 and HTML5 in your web development. Below is a list I&#8217;ve compiled of the most popular postings, tips or tutorials on using CSS3.</p>
<p><a href="http://www.redicedesigns.com/blog/2010/css/top-10-links-for-css3-resources" class="more-link">Read more on Top 10 Links for CSS3 Resources&#8230;</a></p>
    ]]></description>
		<wfw:commentRss>http://www.redicedesigns.com/blog/2010/css/top-10-links-for-css3-resources/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Tutorials: Backgrounds with CSS</title>
		<link>http://www.redicedesigns.com/blog/2010/css/tutorials-backgrounds-with-css</link>
		<comments>http://www.redicedesigns.com/blog/2010/css/tutorials-backgrounds-with-css#comments</comments>
		<pubDate>Tue, 16 Mar 2010 13:00:25 +0000</pubDate>
		<dc:creator>Joe Valdez</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[repeating]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.redicedesigns.com/blog/?p=257</guid>
		<description><![CDATA[<h3>Single Image Background</h3>
<p>How is the best way to apply a single image as a background using CSS?<br />
<!-- e3d27955370643ad8424cf036eefb240 --><br />
You can apply a single image background to any tag that is capable, such as divs, tables, etc using CSS. This example will show how to apply a single image background to the entire page. The best way apply the background is to use the body tag, making the body or background the first “layer” in your design.<br />
<br /><span id="more-257"></span><br />
The image being used<br />
<a href="http://www.redicedesigns.com/blog/wp-content/uploads/2010/03/fantasy_football_background.jpg" target="_blank"><img class="alignnone size-thumbnail wp-image-265" style="width: 150px; height: 150px; border: 1px solid #ff0000;" title="Single Image Background" src="http://www.redicedesigns.com/blog/wp-content/uploads/2010/03/fantasy_football_background-150x150.jpg" alt="Single Image Background" width="150" height="150" /></a></p>
<p><a href="http://www.redicedesigns.com/blog/2010/css/tutorials-backgrounds-with-css" class="more-link">Read more on Tutorials: Backgrounds with CSS&#8230;</a></p>
    ]]></description>
		<wfw:commentRss>http://www.redicedesigns.com/blog/2010/css/tutorials-backgrounds-with-css/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS: Things to Avoid</title>
		<link>http://www.redicedesigns.com/blog/2010/css/css-things-to-avoid</link>
		<comments>http://www.redicedesigns.com/blog/2010/css/css-things-to-avoid#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:47:16 +0000</pubDate>
		<dc:creator>Joe Valdez</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[external style sheet]]></category>
		<category><![CDATA[inline style]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[shorthand]]></category>

		<guid isPermaLink="false">http://www.redicedesigns.com/blog/?p=149</guid>
		<description><![CDATA[<h3>1. Avoid not resetting the browsers default setting.</h3>
<p style="padding-left: 30px;">When creating a new website or web page, the first thing you should do is reset everything to zero. Browsers have their own default settings, mainly for padding and margins. Resetting all the tags to zero will ensure you start from scratch. Once you have used a reset CSS file, you can now start on styling your page.<br />
<code>&#60;link rel="stylesheet" href="style/reset-min.css" type="text/css" media="screen" /&#62;</code></p>
<p><a href="http://www.redicedesigns.com/blog/2009/css/resetting-the-browser-default-style">See our blog posting on this&#8230;</a></p>
<p><a href="http://www.redicedesigns.com/blog/2010/css/css-things-to-avoid" class="more-link">Read more on CSS: Things to Avoid&#8230;</a></p>
    ]]></description>
		<wfw:commentRss>http://www.redicedesigns.com/blog/2010/css/css-things-to-avoid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resetting the Browser Default Style</title>
		<link>http://www.redicedesigns.com/blog/2009/css/resetting-the-browser-default-style</link>
		<comments>http://www.redicedesigns.com/blog/2009/css/resetting-the-browser-default-style#comments</comments>
		<pubDate>Thu, 10 Dec 2009 14:42:48 +0000</pubDate>
		<dc:creator>Joe Valdez</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.redicedesigns.com/blog/?p=105</guid>
		<description><![CDATA[<p>I’m sure you’ve all been there. You create a web page and it looks great in Firefox, then you preview it in Internet Explorer and…doh! You scratch your head and wonder, where did I go wrong?</p>
<p><a href="http://www.redicedesigns.com/blog/2009/css/resetting-the-browser-default-style" class="more-link">Read more on Resetting the Browser Default Style&#8230;</a></p>
    ]]></description>
		<wfw:commentRss>http://www.redicedesigns.com/blog/2009/css/resetting-the-browser-default-style/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DIV Basics Using CSS</title>
		<link>http://www.redicedesigns.com/blog/2009/css/div-basics-using-css</link>
		<comments>http://www.redicedesigns.com/blog/2009/css/div-basics-using-css#comments</comments>
		<pubDate>Mon, 30 Nov 2009 17:12:50 +0000</pubDate>
		<dc:creator>Joe Valdez</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[ID]]></category>

		<guid isPermaLink="false">http://www.redicedesigns.com/blog/?p=72</guid>
		<description><![CDATA[<h3><strong>Introduction</strong></h3>
<p>Divisions or “div” are a ‘block level element’, meaning they have the “block” attribute already inherited. Divs are used to display content in a block format much like tables but also used to define sections of a web page.<strong> </strong></p>
<p><a href="http://www.redicedesigns.com/blog/2009/css/div-basics-using-css" class="more-link">Read more on DIV Basics Using CSS&#8230;</a></p>
    ]]></description>
		<wfw:commentRss>http://www.redicedesigns.com/blog/2009/css/div-basics-using-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Basics of CSS</title>
		<link>http://www.redicedesigns.com/blog/2009/css/the-basics-of-css</link>
		<comments>http://www.redicedesigns.com/blog/2009/css/the-basics-of-css#comments</comments>
		<pubDate>Fri, 13 Nov 2009 15:08:46 +0000</pubDate>
		<dc:creator>Joe Valdez</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Class Selector]]></category>
		<category><![CDATA[embedded style]]></category>
		<category><![CDATA[external style sheet]]></category>
		<category><![CDATA[ID Selector]]></category>
		<category><![CDATA[inline style]]></category>

		<guid isPermaLink="false">http://www.redicedesigns.com/blog/?p=7</guid>
		<description><![CDATA[<p><em>This section will only be helpful if you know the basic understanding of HTML.</em></p>
<h3><strong>What is CSS?</strong></h3>
<p>CSS (Cascading Style Sheets) is the standard way of presenting and formatting a web page. The middle word, Style, basically describes its purpose. Think of CSS as a theme, kind of like a theme applied to your computer, phone, a blog or even your email. CSS will provide the look and feel of that theme, and that theme being applied to your web page. CSS is mostly applied to HTML and XHTML written pages, it can also be used to style XML formatted pages.</p>
<p><a href="http://www.redicedesigns.com/blog/2009/css/the-basics-of-css" class="more-link">Read more on The Basics of CSS&#8230;</a></p>
    ]]></description>
		<wfw:commentRss>http://www.redicedesigns.com/blog/2009/css/the-basics-of-css/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
