<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using CSS3 :target selectors</title>
	<atom:link href="http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/</link>
	<description>The (mostly techie) ramblings of Peter Ryan.</description>
	<lastBuildDate>Tue, 26 May 2009 16:39:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Abas com CSS utilizando :target &#187; CSS no Lanche</title>
		<link>http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/comment-page-1/#comment-919</link>
		<dc:creator>Abas com CSS utilizando :target &#187; CSS no Lanche</dc:creator>
		<pubDate>Mon, 04 May 2009 11:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/#comment-919</guid>
		<description>[...] verão que foi utilizado um arquivo JavaScript chamado: csstarget.js, um script desenvolvido por Peter Ryan que faz com que o seletor :target funcione em todos os browsers que não suportam esse seletor [...]</description>
		<content:encoded><![CDATA[<p>[...] verão que foi utilizado um arquivo JavaScript chamado: csstarget.js, um script desenvolvido por Peter Ryan que faz com que o seletor :target funcione em todos os browsers que não suportam esse seletor [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Ryan</title>
		<link>http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/comment-page-1/#comment-426</link>
		<dc:creator>Peter Ryan</dc:creator>
		<pubDate>Mon, 08 Sep 2008 21:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/#comment-426</guid>
		<description>Hi Paulp,

I&#039;m not sure I understand your question, but the intent behind this code is that you can link _to_ a page with this code with a URL containing a fragment identifier and the appropriate :target CSS rule will be applied.

So if I link to the test page like so:
http://peter-ryan.co.uk/static/20080314/example01.html

none of the :target rules will be applied on page load, but if I link using a fragment identifier:
http://peter-ryan.co.uk/static/20080314/example01.html#p2

then the :target rule is applied and [in this case] the heading &quot;Part Two&quot; is highlighted.

Hope that helps!

Peter.</description>
		<content:encoded><![CDATA[<p>Hi Paulp,</p>
<p>I&#8217;m not sure I understand your question, but the intent behind this code is that you can link _to_ a page with this code with a URL containing a fragment identifier and the appropriate :target CSS rule will be applied.</p>
<p>So if I link to the test page like so:<br />
<a href="http://peter-ryan.co.uk/static/20080314/example01.html" rel="nofollow">http://peter-ryan.co.uk/static/20080314/example01.html</a></p>
<p>none of the :target rules will be applied on page load, but if I link using a fragment identifier:<br />
<a href="http://peter-ryan.co.uk/static/20080314/example01.html#p2" rel="nofollow">http://peter-ryan.co.uk/static/20080314/example01.html#p2</a></p>
<p>then the :target rule is applied and [in this case] the heading &#8220;Part Two&#8221; is highlighted.</p>
<p>Hope that helps!</p>
<p>Peter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulp</title>
		<link>http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/comment-page-1/#comment-425</link>
		<dc:creator>Paulp</dc:creator>
		<pubDate>Mon, 08 Sep 2008 19:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/#comment-425</guid>
		<description>Is there any way to get this to work when clicking a link from another page ???</description>
		<content:encoded><![CDATA[<p>Is there any way to get this to work when clicking a link from another page ???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
