<?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>Kommentare zu: How to: Use Image Sprites for Navigation Menu</title>
	<atom:link href="http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/feed" rel="self" type="application/rss+xml" />
	<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu</link>
	<description>Webdesigner/-developer + Photographer + Singer-Songwriter + Good Guy + Whatever...</description>
	<lastBuildDate>Mon, 03 May 2010 18:18:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Von: web design kent</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5613</link>
		<dc:creator>web design kent</dc:creator>
		<pubDate>Fri, 22 Jan 2010 12:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5613</guid>
		<description>Thanks for the great read, some good points mentioned there.</description>
		<content:encoded><![CDATA[<p>Thanks for the great read, some good points mentioned there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andris</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5588</link>
		<dc:creator>Andris</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5588</guid>
		<description>@mike: Another advantage of creating one image for each button is that you can combine CSS properties like:

#navigation li a:hover, #navigation li a.current {background-position:0 -30px;}

Otherwise you had to set a background-position for each hover state. And that would be a lot more code for a bigger navigation. Or how would you solve that problem?</description>
		<content:encoded><![CDATA[<p>@mike: Another advantage of creating one image for each button is that you can combine CSS properties like:</p>
<p>#navigation li a:hover, #navigation li a.current {background-position:0 -30px;}</p>
<p>Otherwise you had to set a background-position for each hover state. And that would be a lot more code for a bigger navigation. Or how would you solve that problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andris</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5585</link>
		<dc:creator>Andris</dc:creator>
		<pubDate>Thu, 14 Jan 2010 14:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5585</guid>
		<description>@mike: You&#039;re absolutely right. To keep it simple and understandable I thought it might be better to create one image per button. 

But like you said it would reduce server requests if you would put all images together in one file.</description>
		<content:encoded><![CDATA[<p>@mike: You&#8217;re absolutely right. To keep it simple and understandable I thought it might be better to create one image per button. </p>
<p>But like you said it would reduce server requests if you would put all images together in one file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: mike</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5584</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 14 Jan 2010 13:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5584</guid>
		<description>Since you are creating and using sprites for you buttons why not create 1 sprite with all of you button images and use background positioning for the roll over states?  This might reduce the overall images file size and would surely cut down on server calls for the page to load images.</description>
		<content:encoded><![CDATA[<p>Since you are creating and using sprites for you buttons why not create 1 sprite with all of you button images and use background positioning for the roll over states?  This might reduce the overall images file size and would surely cut down on server calls for the page to load images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andris</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5578</link>
		<dc:creator>Andris</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5578</guid>
		<description>@Jordan: Thanx for the kind words.</description>
		<content:encoded><![CDATA[<p>@Jordan: Thanx for the kind words.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Jordan Walker</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5576</link>
		<dc:creator>Jordan Walker</dc:creator>
		<pubDate>Wed, 13 Jan 2010 14:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5576</guid>
		<description>I would not feel ashamed for the work you put into this article.</description>
		<content:encoded><![CDATA[<p>I would not feel ashamed for the work you put into this article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andris</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5573</link>
		<dc:creator>Andris</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5573</guid>
		<description>I&#039;m really ashamed for my mistake. But hey, if I didn&#039;t published the article I would think this technique is called Sliding Doors forever.</description>
		<content:encoded><![CDATA[<p>I&#8217;m really ashamed for my mistake. But hey, if I didn&#8217;t published the article I would think this technique is called Sliding Doors forever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Andris</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5572</link>
		<dc:creator>Andris</dc:creator>
		<pubDate>Wed, 13 Jan 2010 09:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5572</guid>
		<description>@Erik and @Joost: I&#039;m so sorry I was completely wrong. I&#039;m gonna change the article right now.</description>
		<content:encoded><![CDATA[<p>@Erik and @Joost: I&#8217;m so sorry I was completely wrong. I&#8217;m gonna change the article right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Erik</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5571</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 13 Jan 2010 08:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5571</guid>
		<description>This technique is called sprites, sliding doors is something &lt;a href=&quot;http://www.alistapart.com/articles/slidingdoors/&quot; rel=&quot;nofollow&quot;&gt;completely different&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This technique is called sprites, sliding doors is something <a href="http://www.alistapart.com/articles/slidingdoors/" rel="nofollow">completely different</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Joost</title>
		<link>http://andrislinz.ch/how-to-use-image-sprites-for-navigation-menu/comment-page-1#comment-5570</link>
		<dc:creator>Joost</dc:creator>
		<pubDate>Wed, 13 Jan 2010 07:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://andrislinz.ch/?p=225#comment-5570</guid>
		<description>I always thought that sliding doors referred to the technique where you have a single image made up of two parts, so that you can have, for example, rounded corners for buttons or links with a short or long text using the same image.

See:
&lt;a href=&quot;http://www.alistapart.com/articles/slidingdoors/&quot; rel=&quot;nofollow&quot;&gt;http://www.alistapart.com/articles/slidingdoors/&lt;/a&gt; and &lt;a href=&quot;http://www.filamentgroup.com/lab/update_styling_the_button_element_with_css_sliding_doors_now_with_image_spr/&quot; rel=&quot;nofollow&quot;&gt;http://www.filamentgroup.com/lab/update_styling_the_button_element_with_css_sliding_doors_now_with_image_spr/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I always thought that sliding doors referred to the technique where you have a single image made up of two parts, so that you can have, for example, rounded corners for buttons or links with a short or long text using the same image.</p>
<p>See:<br />
<a href="http://www.alistapart.com/articles/slidingdoors/" rel="nofollow">http://www.alistapart.com/articles/slidingdoors/</a> and <a href="http://www.filamentgroup.com/lab/update_styling_the_button_element_with_css_sliding_doors_now_with_image_spr/" rel="nofollow">http://www.filamentgroup.com/lab/update_styling_the_button_element_with_css_sliding_doors_now_with_image_spr/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
