<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Notes for myself (and others?)</title>
	<atom:link href="http://notesformyself.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://notesformyself.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 07 Aug 2009 15:15:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='notesformyself.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Notes for myself (and others?)</title>
		<link>http://notesformyself.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://notesformyself.wordpress.com/osd.xml" title="Notes for myself (and others?)" />
	<atom:link rel='hub' href='http://notesformyself.wordpress.com/?pushpress=hub'/>
		<item>
		<title>CSS :target selector</title>
		<link>http://notesformyself.wordpress.com/2009/08/07/css-target-selector/</link>
		<comments>http://notesformyself.wordpress.com/2009/08/07/css-target-selector/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 15:14:16 +0000</pubDate>
		<dc:creator>pmuller</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://notesformyself.wordpress.com/?p=3</guid>
		<description><![CDATA[This is my first post, and it&#8217;s a quick note about a useful CSS selector (at least for me). The :target selector helps you match the elements from the URI fragment identifier (the part after the # sign). A simple example : &#60;style type="text/css"&#62; ul.inline { display: inline; } div.hidden { display: none; } div:target [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesformyself.wordpress.com&amp;blog=8911498&amp;post=3&amp;subd=notesformyself&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is my first post, and it&#8217;s a quick note about a useful CSS selector (at least for me).</p>
<p>The :target selector helps you match the elements from the URI fragment identifier (the part after the # sign).</p>
<p>A simple example :</p>
<p><code></p>
<div>&lt;style type="text/css"&gt;</div>
<div>ul.inline {</div>
<div>display: inline;</div>
<div>}</div>
<div>div.hidden {</div>
<div>display: none;</div>
<div>}</div>
<div>div:target {</div>
<div>display: block;</div>
<div>}</div>
<div>&lt;/style&gt;</div>
<div>&lt;ul&gt;</div>
<div>&lt;a href="#1"&gt;1&lt;/a&gt;</div>
<div>&lt;a href="#2"&gt;2&lt;/a&gt;</div>
<div>&lt;a href="#3"&gt;3&lt;/a&gt;</div>
<div>&lt;/ul&gt;</div>
<div>&lt;div id="1"&gt;div 1&lt;/div&gt;</div>
<div>&lt;div id="2"&gt;div 2&lt;/div&gt;</div>
<div>&lt;div id="3"&gt;div 3&lt;/div&gt;</div>
<p></code></p>
<ul>
<li><a href="http://www.w3.org/TR/css3-selectors/#target-pseudo">Reference</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesformyself.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesformyself.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesformyself.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesformyself.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesformyself.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesformyself.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesformyself.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesformyself.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesformyself.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesformyself.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesformyself.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesformyself.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesformyself.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesformyself.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesformyself.wordpress.com&amp;blog=8911498&amp;post=3&amp;subd=notesformyself&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesformyself.wordpress.com/2009/08/07/css-target-selector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdb112fec548790fec3924f2cb149c2d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pmuller</media:title>
		</media:content>
	</item>
	</channel>
</rss>
