<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Stay on :target</title>
	<link>http://www.thinkvitamin.com/features/css/stay-on-target</link>
	<description>Vitamin Features</description>
	<pubDate>Mon, 12 May 2008 09:08:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: 20 Utili Tutorial CSS3 &#124; Problogging</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-278928</link>
		<pubDate>Tue, 06 May 2008 01:34:15 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-278928</guid>
					<description>[...] 14.Stay on :target with CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 14.Stay on :target with CSS3 [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: 20 Very Useful CSS3 Tutorials &#124; Speckyboy - Wordpress and Design</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-267769</link>
		<pubDate>Tue, 22 Apr 2008 18:31:25 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-267769</guid>
					<description>[...] 14.Stay on :target with CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] 14.Stay on :target with CSS3 [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Peter Ryan</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-213010</link>
		<pubDate>Fri, 14 Mar 2008 16:23:37 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-213010</guid>
					<description>Great article Brian!

One thing I particularly like about :target is that it provides a standards based method to apply styling when a page loads and not just in response to a click within a page. For example, if you had a small image gallery page; all images might easily fit on a typical screen resolution, but you want to highlight a particular image.

Anyway, inspired by this article, and with just such a requirement, I wrote some support &lt;a href=&quot;http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/&quot; rel=&quot;nofollow&quot;&gt;JavaScript to provide :target like functionality to older browsers&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Great article Brian!</p>
<p>One thing I particularly like about :target is that it provides a standards based method to apply styling when a page loads and not just in response to a click within a page. For example, if you had a small image gallery page; all images might easily fit on a typical screen resolution, but you want to highlight a particular image.</p>
<p>Anyway, inspired by this article, and with just such a requirement, I wrote some support <a href="http://blog.peter-ryan.co.uk/2008/03/14/using-css3-target-selectors/" rel="nofollow">JavaScript to provide :target like functionality to older browsers</a>.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Информационный блог VideoShot.ru &#187; Архив блога &#187; Якоря на странице, псевдокласс :target и юзабилити.</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-212419</link>
		<pubDate>Thu, 13 Mar 2008 10:23:29 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-212419</guid>
					<description>[...] Stay on :target [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Stay on :target [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Информационный блог VideoShot.ru &#187; Архив блога &#187; Якоря на странице, псевдокласс :target и юзабилити.</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-212420</link>
		<pubDate>Thu, 13 Mar 2008 10:23:29 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-212420</guid>
					<description>[...] Stay on :target [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Stay on :target [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: a bulletproof idea &#187; Blog Archive &#187; Look What My RSS Dragged In #3</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-201473</link>
		<pubDate>Sat, 16 Feb 2008 09:36:58 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-201473</guid>
					<description>[...] Read: Stay On:target [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Read: Stay On:target [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: emotionalmarkup &#187; Blog Archive &#187; Viva CSS 3!</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-200527</link>
		<pubDate>Thu, 14 Feb 2008 16:27:24 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-200527</guid>
					<description>[...] div#box will have a pink background where div#box is a target of a fragment identifier (that is, in a url such as http://www.url.org/index.html#box). Mozilla and Safari users can use this pseudo class straight away. As usual IE6/IE7 users can go to hell. See this article for a useful explanation. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] div#box will have a pink background where div#box is a target of a fragment identifier (that is, in a url such as <a href='http://www.url.org/index.html#box' rel='nofollow'>http://www.url.org/index.html#box</a>). Mozilla and Safari users can use this pseudo class straight away. As usual IE6/IE7 users can go to hell. See this article for a useful explanation. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: links for 2008-02-14</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-200221</link>
		<pubDate>Thu, 14 Feb 2008 01:26:10 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-200221</guid>
					<description>[...] Vitamin Features » Stay on :target Nice CSS3 Article on Vitamin. Bookmarked for 2027 (tags: css3 css vitamin webdesign article design) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Vitamin Features » Stay on :target Nice CSS3 Article on Vitamin. Bookmarked for 2027 (tags: css3 css vitamin webdesign article design) [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: links for 2008-02-13 &#171; toonz</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-200172</link>
		<pubDate>Wed, 13 Feb 2008 23:22:13 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-200172</guid>
					<description>[...] Vitamin Features » Stay on :target (tags: css css3 tutorial target tabs) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Vitamin Features » Stay on :target (tags: css css3 tutorial target tabs) [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Design by Elle &#187; Blog Archive &#187; CSS3 Properties to Wait For</title>
		<link>http://www.thinkvitamin.com/features/css/stay-on-target#comment-198696</link>
		<pubDate>Mon, 11 Feb 2008 02:06:03 +0000</pubDate>
		<guid>http://www.thinkvitamin.com/features/css/stay-on-target#comment-198696</guid>
					<description>[...] Suda Brian, (2008), Stay On :Target on Vitamin. Accessed on Feb 11, 2008 [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Suda Brian, (2008), Stay On :Target on Vitamin. Accessed on Feb 11, 2008 [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
