<?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: How to Dynamically Highlight Content Like Wikipedia Using CSS3</title>
	<atom:link href="http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/</link>
	<description>Web Design Articles &#38; Tutorials. To make the web impressive.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:16:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Werner</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-8911</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Tue, 12 Apr 2011 09:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-8911</guid>
		<description>it is also:
all links on same page

&lt;pre&gt;&lt;code&gt;
// :target inside document
              $(&#039;a.target&#039;).click(function() {
                 var id = $(this).attr(&#039;href&#039;);
                 $(&#039;h3&#039;).removeClass(&#039;ieTarget&#039;);
                 $(id).addClass(&#039;ieTarget&#039;);
              });
&lt;/code&gt;&lt;/pre&gt;

all links to another page

&lt;pre&gt;&lt;code&gt;
// :target other document
              if(document.location.hash) {
                 $(document.location.hash.replace()
                 ).addClass(&#039;ieTarget&#039;);
              }
&lt;/code&gt;&lt;/pre&gt;

Greetings Werner</description>
		<content:encoded><![CDATA[<p>it is also:<br />
all links on same page</p>
<pre><code>
// :target inside document
              $('a.target').click(function() {
                 var id = $(this).attr('href');
                 $('h3').removeClass('ieTarget');
                 $(id).addClass('ieTarget');
              });
</code></pre>
<p>all links to another page</p>
<pre><code>
// :target other document
              if(document.location.hash) {
                 $(document.location.hash.replace()
                 ).addClass('ieTarget');
              }
</code></pre>
<p>Greetings Werner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett Widmann</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-7850</link>
		<dc:creator>Brett Widmann</dc:creator>
		<pubDate>Fri, 10 Dec 2010 19:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-7850</guid>
		<description>This is a really nice tutorial. This should help out a lot. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>This is a really nice tutorial. This should help out a lot. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-7052</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Fri, 24 Sep 2010 16:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-7052</guid>
		<description>Thanks a lot, I was looking for this solution to show some content folder in my website. You are the best.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, I was looking for this solution to show some content folder in my website. You are the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ultimate Roundup of 55+ CSS3 Tutorials</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-6433</link>
		<dc:creator>The Ultimate Roundup of 55+ CSS3 Tutorials</dc:creator>
		<pubDate>Wed, 11 Aug 2010 07:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-6433</guid>
		<description>[...] 32. How to Dynamically Highlight Content Like Wikipedia Using CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 32. How to Dynamically Highlight Content Like Wikipedia Using CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: April&#8217;s Best Resources for CSS3</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-2644</link>
		<dc:creator>April&#8217;s Best Resources for CSS3</dc:creator>
		<pubDate>Wed, 26 May 2010 22:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-2644</guid>
		<description>[...] 16. How to Dynamically Highlight Content Like Wikipedia Using CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] 16. How to Dynamically Highlight Content Like Wikipedia Using CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Really Useful Tutorials You Should Have Read in April 2010 &#124; MyInfoNetHome.Info</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-2537</link>
		<dc:creator>Really Useful Tutorials You Should Have Read in April 2010 &#124; MyInfoNetHome.Info</dc:creator>
		<pubDate>Wed, 19 May 2010 04:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-2537</guid>
		<description>[...] How to Dynamically Highlight Content Like Wikipedia Using CSS3 By Louis Lazaris, April 5th, 2010 Site: Impressive Web [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Dynamically Highlight Content Like Wikipedia Using CSS3 By Louis Lazaris, April 5th, 2010 Site: Impressive Web [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis Lazaris</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-2465</link>
		<dc:creator>Louis Lazaris</dc:creator>
		<pubDate>Tue, 18 May 2010 13:21:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-2465</guid>
		<description>Actually, I was just about to test what you said, to see why you were having problems. I didn&#039;t notice the slash before the hash. Anyhow, glad you got it to work.</description>
		<content:encoded><![CDATA[<p>Actually, I was just about to test what you said, to see why you were having problems. I didn&#8217;t notice the slash before the hash. Anyhow, glad you got it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webman</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-2464</link>
		<dc:creator>webman</dc:creator>
		<pubDate>Tue, 18 May 2010 05:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-2464</guid>
		<description>Please ignore me everyone I just realised the error of my ways.
Just took out the &quot;/&quot; so the link is now &quot;page.htm#one&quot;.

Sorry for wasting your time.

Thanks for sharing the code its great.</description>
		<content:encoded><![CDATA[<p>Please ignore me everyone I just realised the error of my ways.<br />
Just took out the &#8220;/&#8221; so the link is now &#8220;page.htm#one&#8221;.</p>
<p>Sorry for wasting your time.</p>
<p>Thanks for sharing the code its great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webman</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-2461</link>
		<dc:creator>webman</dc:creator>
		<pubDate>Tue, 18 May 2010 02:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-2461</guid>
		<description>Ok let me try that again - I&#039;m in spastic mode today.

Does anyone know how I dynamically highlight content on another page? I tried this link: page.html/#one
It worked locally but not live.
Any ideas

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Ok let me try that again &#8211; I&#8217;m in spastic mode today.</p>
<p>Does anyone know how I dynamically highlight content on another page? I tried this link: page.html/#one<br />
It worked locally but not live.<br />
Any ideas</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Really Useful Tutorials You Should Have Read in April 2010 Ajax Help W3C Tag</title>
		<link>http://www.impressivewebs.com/dynamically-highlight-content-wikipedia-css3/#comment-2096</link>
		<dc:creator>Really Useful Tutorials You Should Have Read in April 2010 Ajax Help W3C Tag</dc:creator>
		<pubDate>Mon, 03 May 2010 10:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=1462#comment-2096</guid>
		<description>[...] How to Dynamically Highlight Content Like Wikipedia Using CSS3 By Louis Lazaris, April 5th, 2010 Site: Impressive Web [...]</description>
		<content:encoded><![CDATA[<p>[...] How to Dynamically Highlight Content Like Wikipedia Using CSS3 By Louis Lazaris, April 5th, 2010 Site: Impressive Web [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
