<?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: Navigate-This</title>
	<atom:link href="http://www.search-this.com/2007/12/19/navigate-this/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.search-this.com/2007/12/19/navigate-this/</link>
	<description>Internet Marketing, Website Promotion and Blogging Advice</description>
	<lastBuildDate>Fri, 12 Mar 2010 19:11:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Disjointed CSS</title>
		<link>http://www.search-this.com/2007/12/19/navigate-this/comment-page-1/#comment-39626</link>
		<dc:creator>Disjointed CSS</dc:creator>
		<pubDate>Wed, 13 Feb 2008 14:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/12/19/navigate-this/#comment-39626</guid>
		<description>[...] a simple effect but works most anywhere and can provide similar functions as shown in a previous article which used an image matrix for similar effects. I&#039;m sure you can come up with more interesting [...]</description>
		<content:encoded><![CDATA[<p>[...] a simple effect but works most anywhere and can provide similar functions as shown in a previous article which used an image matrix for similar effects. I&#8217;m sure you can come up with more interesting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul OB</title>
		<link>http://www.search-this.com/2007/12/19/navigate-this/comment-page-1/#comment-33540</link>
		<dc:creator>Paul OB</dc:creator>
		<pubDate>Sat, 12 Jan 2008 14:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/12/19/navigate-this/#comment-33540</guid>
		<description>Hi Rob,

Id&#039; be happy to see your example and any improvements you might like to make. 

I just put these ideas out there and expect people to take them and improve on them or find different ways of doing the same things.

That&#039;s the fun of CSS :)

However, I&#039;m not quite sure you have grasped what&#039;s going on in the above demo though because I can&#039;t see an easier way to change all the other menu states without overlaying the whole row and without adding extra HTML and loads of separate images. You could nest a span and swap the image into the span while overlaying the whole row in the anchor but that really wouldn&#039;t compete with what my version can offer.

Remember that my example allows all the other image states to change slightly at each stage also. The example I posted only shows the highlighted items with a glow but the graphic does  bleed into the menus either side slightly which you can&#039;t do with a single sprite image because it&#039;s different for each menu. 

This technique actually allows for a gradient, shadow, sunburst effect or glow to radiate out to the edges from each menu item selected and therefore the whole row could be different for every selection and would need to have a complete row image for every selection. There would be no room for slicing because each row is a separate unique image.

The image matrix would be the only way to do this.

Therefore I would be glad to see your example that competes on the same terms and not simply a single image swap as that wasn&#039;t the point of the article. You must be able to effect a change to every other menu item and have the ability for the whole image to vary with each menu item.

Because that&#039;s what my example can do :)</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>Id&#8217; be happy to see your example and any improvements you might like to make. </p>
<p>I just put these ideas out there and expect people to take them and improve on them or find different ways of doing the same things.</p>
<p>That&#8217;s the fun of CSS <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>However, I&#8217;m not quite sure you have grasped what&#8217;s going on in the above demo though because I can&#8217;t see an easier way to change all the other menu states without overlaying the whole row and without adding extra HTML and loads of separate images. You could nest a span and swap the image into the span while overlaying the whole row in the anchor but that really wouldn&#8217;t compete with what my version can offer.</p>
<p>Remember that my example allows all the other image states to change slightly at each stage also. The example I posted only shows the highlighted items with a glow but the graphic does  bleed into the menus either side slightly which you can&#8217;t do with a single sprite image because it&#8217;s different for each menu. </p>
<p>This technique actually allows for a gradient, shadow, sunburst effect or glow to radiate out to the edges from each menu item selected and therefore the whole row could be different for every selection and would need to have a complete row image for every selection. There would be no room for slicing because each row is a separate unique image.</p>
<p>The image matrix would be the only way to do this.</p>
<p>Therefore I would be glad to see your example that competes on the same terms and not simply a single image swap as that wasn&#8217;t the point of the article. You must be able to effect a change to every other menu item and have the ability for the whole image to vary with each menu item.</p>
<p>Because that&#8217;s what my example can do <img src='http://www.search-this.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Lowe</title>
		<link>http://www.search-this.com/2007/12/19/navigate-this/comment-page-1/#comment-33339</link>
		<dc:creator>Rob Lowe</dc:creator>
		<pubDate>Fri, 11 Jan 2008 22:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/12/19/navigate-this/#comment-33339</guid>
		<description>hmmm...

Why don&#039;t you use a sprite map instead of a full image matrix?, the image could easily be a 1/4 the size, it would take just a little bit more CSS, but that&#039;s what we are good at, right?

I would be happy to provide an example.</description>
		<content:encoded><![CDATA[<p>hmmm&#8230;</p>
<p>Why don&#8217;t you use a sprite map instead of a full image matrix?, the image could easily be a 1/4 the size, it would take just a little bit more CSS, but that&#8217;s what we are good at, right?</p>
<p>I would be happy to provide an example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Schulz</title>
		<link>http://www.search-this.com/2007/12/19/navigate-this/comment-page-1/#comment-30617</link>
		<dc:creator>Dan Schulz</dc:creator>
		<pubDate>Wed, 19 Dec 2007 15:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.search-this.com/2007/12/19/navigate-this/#comment-30617</guid>
		<description>Interesting, Paul.</description>
		<content:encoded><![CDATA[<p>Interesting, Paul.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
