<?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>IfYouCodeItTheyWill.com &#187; pseudo</title>
	<atom:link href="http://ifyoucodeittheywill.com/tag/pseudo/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifyoucodeittheywill.com</link>
	<description>xHTML and CSS made simple.</description>
	<lastBuildDate>Mon, 07 Jun 2010 15:55:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Pseudo-elements</title>
		<link>http://ifyoucodeittheywill.com/2009/05/css-pseudo-elements/</link>
		<comments>http://ifyoucodeittheywill.com/2009/05/css-pseudo-elements/#comments</comments>
		<pubDate>Thu, 14 May 2009 00:58:17 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[xHTML]]></category>
		<category><![CDATA[pseudo]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=851</guid>
		<description><![CDATA[Pseudo-elements are very similar to pseudo-classes. So similar, in fact, that I&#8217;m not even sure why they consider them two different things.
All that really matters is understanding how they work, and that&#8217;s what I&#8217;m going to show you today.
Pseudo-elements you can use are:

:first-letter
:first-line
:before
:after


:first-letter
Syntax:
tagname.classname:first-letter
:first-letter does what you might expect. It affects the first letter within the [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/05/css-pseudo-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Pseudo-classes</title>
		<link>http://ifyoucodeittheywill.com/2009/05/css-pseudo-classes/</link>
		<comments>http://ifyoucodeittheywill.com/2009/05/css-pseudo-classes/#comments</comments>
		<pubDate>Sat, 09 May 2009 19:09:22 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[pseudo]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=847</guid>
		<description><![CDATA[Pseudo-classes give you more control over the visual presentation of your pages without needing to add extra markup (xHTML) to the page itself, and in many cases it allows you to do things that wouldn&#8217;t be possible at all without pseudo-classes. Internet Explorer doesn&#8217;t recognize the first-child pseudo-class, but does recognize the following four when [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/05/css-pseudo-classes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
