<?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>WebDevology.com &#187; css</title>
	<atom:link href="http://webdevology.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdevology.com</link>
	<description>...we &#9829; web things</description>
	<lastBuildDate>Mon, 23 Jan 2012 20:30:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Applying Background Images Using CSS</title>
		<link>http://webdevology.com/applying-background-images-using-css/</link>
		<comments>http://webdevology.com/applying-background-images-using-css/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:29:22 +0000</pubDate>
		<dc:creator>Sadie Hebert</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[wdt]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://webdevology.com/?p=396</guid>
		<description><![CDATA[A background image can be applied to any element using the following CSS declaration: background-image: url(image name); Shorthand Shorthand background declarations are written as: background: color image repeat attachment position; For example, the following code: p { background-color: #f00; background-image: url(background.gif); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } would be written in shorthand as: p [...]]]></description>
		<wfw:commentRss>http://webdevology.com/applying-background-images-using-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

