<?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: CSS Current Page Indicator</title>
	<atom:link href="http://www.search-this.com/2007/06/13/css-current-page-indicator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Wed, 17 Mar 2010 06:00:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-161185</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Mon, 01 Mar 2010 21:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-161185</guid>
		<description>Thanks for spotting the typo Jules.</description>
		<content:encoded><![CDATA[<p>Thanks for spotting the typo Jules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jules</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-161150</link>
		<dc:creator>Jules</dc:creator>
		<pubDate>Sun, 28 Feb 2010 20:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-161150</guid>
		<description>thanks, I always wondered how this was done, I&#039;ve used this in my site and bookmarked it :-)

theres a typo in the css after li.one there should be a comma - had me stumped for a while</description>
		<content:encoded><![CDATA[<p>thanks, I always wondered how this was done, I&#8217;ve used this in my site and bookmarked it <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>theres a typo in the css after li.one there should be a comma &#8211; had me stumped for a while</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-154772</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Mon, 02 Nov 2009 16:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-154772</guid>
		<description>Great stuff Paul.  I always love &#039;pure&#039; CSS solutions, and this technique has lots of real world applications.  Great mod to get the &#039;current&#039; link disabled too!</description>
		<content:encoded><![CDATA[<p>Great stuff Paul.  I always love &#8216;pure&#8217; CSS solutions, and this technique has lots of real world applications.  Great mod to get the &#8216;current&#8217; link disabled too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-153013</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Sat, 03 Oct 2009 16:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-153013</guid>
		<description>Hi Davin,

Yes that&#039;s fine (as long as javascript is turned on of course) or better still do it serverside with php :)

These are CSS articles so we stick to CSS techniques but of course it can be done serverside with something like php or clientside with js.</description>
		<content:encoded><![CDATA[<p>Hi Davin,</p>
<p>Yes that&#8217;s fine (as long as javascript is turned on of course) or better still do it serverside with php <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>These are CSS articles so we stick to CSS techniques but of course it can be done serverside with something like php or clientside with js.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davin</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-152971</link>
		<dc:creator>Davin</dc:creator>
		<pubDate>Fri, 02 Oct 2009 22:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-152971</guid>
		<description>I think a slightly better option and one I have done on my site so that one does not have to remember what to put into the body tag is to on page load loop through the anchors in the nav and compare them to the current page.  If one matches then put int a class that highlights that item and remove the anchor tag. I did this pretty easily with jQuery.</description>
		<content:encoded><![CDATA[<p>I think a slightly better option and one I have done on my site so that one does not have to remember what to put into the body tag is to on page load loop through the anchors in the nav and compare them to the current page.  If one matches then put int a class that highlights that item and remove the anchor tag. I did this pretty easily with jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Celik Konstruksiyon</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-149567</link>
		<dc:creator>Celik Konstruksiyon</dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-149567</guid>
		<description>Thanks you for a lot dude!</description>
		<content:encoded><![CDATA[<p>Thanks you for a lot dude!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-148709</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Wed, 29 Jul 2009 19:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-148709</guid>
		<description>Thanks for  this tutorial. I was looking for a good CSS solution and  this works great.</description>
		<content:encoded><![CDATA[<p>Thanks for  this tutorial. I was looking for a good CSS solution and  this works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: graphicsguy</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-146289</link>
		<dc:creator>graphicsguy</dc:creator>
		<pubDate>Wed, 17 Jun 2009 16:51:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-146289</guid>
		<description>More great advice, thank you. I&#039;m anxious to try this as soon as I get home. I&#039;ll leave feedback if I&#039;m able to make it work for me.</description>
		<content:encoded><![CDATA[<p>More great advice, thank you. I&#8217;m anxious to try this as soon as I get home. I&#8217;ll leave feedback if I&#8217;m able to make it work for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-146022</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 15 Jun 2009 14:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-146022</guid>
		<description>Thanks so much for this tip.  I&#039;m a CSS noob and I was able to get this working on my new site.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this tip.  I&#8217;m a CSS noob and I was able to get this working on my new site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bayanlar</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-118171</link>
		<dc:creator>bayanlar</dc:creator>
		<pubDate>Fri, 12 Dec 2008 22:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-118171</guid>
		<description>There are working fine now! Thanks.</description>
		<content:encoded><![CDATA[<p>There are working fine now! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dıs cephe</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-73539</link>
		<dc:creator>dıs cephe</dc:creator>
		<pubDate>Fri, 11 Jul 2008 17:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-73539</guid>
		<description>thanks paul..</description>
		<content:encoded><![CDATA[<p>thanks paul..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fibercement</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-72608</link>
		<dc:creator>fibercement</dc:creator>
		<pubDate>Tue, 08 Jul 2008 10:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-72608</guid>
		<description>I don’t think putting classes in the body element is, by any means, a drawback, it just makes sense.</description>
		<content:encoded><![CDATA[<p>I don’t think putting classes in the body element is, by any means, a drawback, it just makes sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navigate-This</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-30613</link>
		<dc:creator>Navigate-This</dc:creator>
		<pubDate>Wed, 19 Dec 2007 14:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-30613</guid>
		<description>[...] ID. This will allow for the menu to be used as an include and is the same technique used in the &quot;current page indicator&quot; [...]</description>
		<content:encoded><![CDATA[<p>[...] ID. This will allow for the menu to be used as an include and is the same technique used in the &#8220;current page indicator&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-29352</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Wed, 05 Dec 2007 11:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-29352</guid>
		<description>In answer to Dr Johns query in post 10 I went one better than Stu&#039;s method and created a current link that could not be clicked :)

http://www.pmob.co.uk/temp2/page1.htm</description>
		<content:encoded><![CDATA[<p>In answer to Dr Johns query in post 10 I went one better than Stu&#8217;s method and created a current link that could not be clicked <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.pmob.co.uk/temp2/page1.htm" rel="nofollow">http://www.pmob.co.uk/temp2/page1.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2007/06/13/css-current-page-indicator/comment-page-1/#comment-29351</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Wed, 05 Dec 2007 11:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/06/13/css-current-page-indicator/#comment-29351</guid>
		<description>Hi graphicsguy,

Assuming you have set the id in the body correctly and you have added classes to each of the menu items then you would do something like this:

#masthead ul li:hover,
#page1 #masthead ul li.page1 {
background: url(../images/tab_right_hover.gif) no-repeat top right;
}
#masthead ul li a:hover,
#page1 #masthead ul li.page1 a {
color: #00f;
background: url(../images/tab_left_hover.gif) no-repeat top left;
}

Hope that was what you meant.</description>
		<content:encoded><![CDATA[<p>Hi graphicsguy,</p>
<p>Assuming you have set the id in the body correctly and you have added classes to each of the menu items then you would do something like this:</p>
<p>#masthead ul li:hover,<br />
#page1 #masthead ul li.page1 {<br />
background: url(../images/tab_right_hover.gif) no-repeat top right;<br />
}<br />
#masthead ul li a:hover,<br />
#page1 #masthead ul li.page1 a {<br />
color: #00f;<br />
background: url(../images/tab_left_hover.gif) no-repeat top left;<br />
}</p>
<p>Hope that was what you meant.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
