<?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 Sliding Sprite Windows</title>
	<atom:link href="http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/</link>
	<description>blog, webdesign, illustration &#38; newsk00l javascript</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:09:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: .exe</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-221394</link>
		<dc:creator>.exe</dc:creator>
		<pubDate>Fri, 14 Nov 2008 10:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-221394</guid>
		<description>the only &#039;problem&#039; I found with this is when the user right clicks the image, then the clicked state would appear.</description>
		<content:encoded><![CDATA[<p>the only &#8216;problem&#8217; I found with this is when the user right clicks the image, then the clicked state would appear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS knep som ?r v?rt att ta en titt p? &#124; Webbrelaterat</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-214785</link>
		<dc:creator>CSS knep som ?r v?rt att ta en titt p? &#124; Webbrelaterat</dc:creator>
		<pubDate>Sun, 26 Oct 2008 17:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-214785</guid>
		<description>[...] CSS Sliding Sprite Windows   I want to share a CSS technique I</description>
		<content:encoded><![CDATA[<p>[...] CSS Sliding Sprite Windows   I want to share a CSS technique I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-200705</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Sun, 28 Sep 2008 01:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-200705</guid>
		<description>Last post I promise.  I should have mentioned that it&#039;s likely a better idea to specify the background position as &quot;0 0&quot; since it&#039;s the presence of the property that causes the technique to work in IE6, not the &quot;bottom&quot; value specifically.

The setting of bottom may cause unwanted movement in your image depending on how you&#039;re aligning everything in your specific implementation. 0 0, is the normal alignment, so it makes a good starting point.</description>
		<content:encoded><![CDATA[<p>Last post I promise.  I should have mentioned that it&#8217;s likely a better idea to specify the background position as &#8220;0 0&#8243; since it&#8217;s the presence of the property that causes the technique to work in IE6, not the &#8220;bottom&#8221; value specifically.</p>
<p>The setting of bottom may cause unwanted movement in your image depending on how you&#8217;re aligning everything in your specific implementation. 0 0, is the normal alignment, so it makes a good starting point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-200700</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Sun, 28 Sep 2008 01:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-200700</guid>
		<description>Another comment...  With regards to SEO and text indenting, I have some personal experience.

I don&#039;t believe Google (the most important crawler anyway) is automatically penalizing overflowed and clipped text. However, if you&#039;re using the technique to hide irrelevant or misleading text, then they will react to complaints and may remove your page(s) or site from their index.

As long as you&#039;re using the text to properly label the image you should be OK. I have used the same indenting technique to label graphical nav buttons that would otherwise produce no output if someone disabled page styling. 

The text, even though it&#039;s clipped and not visible, is an assistive service and important for accessibility.

Hiding it vertically as in the second example pretty much accomplishes the same goal and has the same caveats for anyone thinking about using it for trying to cheat robots/spiders.</description>
		<content:encoded><![CDATA[<p>Another comment&#8230;  With regards to SEO and text indenting, I have some personal experience.</p>
<p>I don&#8217;t believe Google (the most important crawler anyway) is automatically penalizing overflowed and clipped text. However, if you&#8217;re using the technique to hide irrelevant or misleading text, then they will react to complaints and may remove your page(s) or site from their index.</p>
<p>As long as you&#8217;re using the text to properly label the image you should be OK. I have used the same indenting technique to label graphical nav buttons that would otherwise produce no output if someone disabled page styling. </p>
<p>The text, even though it&#8217;s clipped and not visible, is an assistive service and important for accessibility.</p>
<p>Hiding it vertically as in the second example pretty much accomplishes the same goal and has the same caveats for anyone thinking about using it for trying to cheat robots/spiders.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-200696</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Sun, 28 Sep 2008 01:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-200696</guid>
		<description>A small (but important) FYI - for Rogie and anyone who wants to use this technique...

A friend pointed me to your site while trying to implement a CSS rollover similar to the one I&#039;ve had on my site for the last few years, but with better alpha support for IE.   Long story short, he couldn&#039;t get your style to work in IE6.

I just took a look and have found the problem.  Unfortuunately you&#039;re missing a critical property to make this work elsewhere.

#buyme_coffee:hover {
	background-position: 0 bottom;
}

The example on your own page works only because you have that background property within your main v4 css file on the first hover selector. The example you&#039;ve posted in the zip file and quoted in this post however, will not work as-is in IE6 (works fine in IE7 and non-crap browsers though).

Anyway, it&#039;s a great post otherwise. I&#039;m using something very similar in a template I&#039;ve been designing for another friend. Though I much prefer the times when developing sites without MS compatibility requirements. Much less cruft.</description>
		<content:encoded><![CDATA[<p>A small (but important) FYI &#8211; for Rogie and anyone who wants to use this technique&#8230;</p>
<p>A friend pointed me to your site while trying to implement a CSS rollover similar to the one I&#8217;ve had on my site for the last few years, but with better alpha support for IE.   Long story short, he couldn&#8217;t get your style to work in IE6.</p>
<p>I just took a look and have found the problem.  Unfortuunately you&#8217;re missing a critical property to make this work elsewhere.</p>
<p>#buyme_coffee:hover {<br />
	background-position: 0 bottom;<br />
}</p>
<p>The example on your own page works only because you have that background property within your main v4 css file on the first hover selector. The example you&#8217;ve posted in the zip file and quoted in this post however, will not work as-is in IE6 (works fine in IE7 and non-crap browsers though).</p>
<p>Anyway, it&#8217;s a great post otherwise. I&#8217;m using something very similar in a template I&#8217;ve been designing for another friend. Though I much prefer the times when developing sites without MS compatibility requirements. Much less cruft.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-194250</link>
		<dc:creator>Alistair</dc:creator>
		<pubDate>Mon, 15 Sep 2008 16:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-194250</guid>
		<description>Great tutorial, found this one out about 4 weeks ago. May I also add, that if you add an id to you body tag you can have the currently active page set to the hover state.



Then in your css you could just use...

#home #buyme_coffee,
#home #buyme_coffee span{
 display:block;
width:160px;
height:40px;
position:relative;
overflow: hidden;
}
#home #buyme_coffee span{
height:140px;
background: url(coffee_button.png) 0 0 no-repeat;
line-height: 20px;
white-space: nowrap;
top:-20px;
}
#home #buyme_coffee:hover span{
top:-60px;
}
#home #buyme_coffee:active span,
#hom #buyme_coffee:focus span{
top:-100px;
}

Maybe not exactly how it would go but you get the idea. You would simple change the id of whatever page to activate which ever button you wanted as active.</description>
		<content:encoded><![CDATA[<p>Great tutorial, found this one out about 4 weeks ago. May I also add, that if you add an id to you body tag you can have the currently active page set to the hover state.</p>
<p>Then in your css you could just use&#8230;</p>
<p>#home #buyme_coffee,<br />
#home #buyme_coffee span{<br />
 display:block;<br />
width:160px;<br />
height:40px;<br />
position:relative;<br />
overflow: hidden;<br />
}<br />
#home #buyme_coffee span{<br />
height:140px;<br />
background: url(coffee_button.png) 0 0 no-repeat;<br />
line-height: 20px;<br />
white-space: nowrap;<br />
top:-20px;<br />
}<br />
#home #buyme_coffee:hover span{<br />
top:-60px;<br />
}<br />
#home #buyme_coffee:active span,<br />
#hom #buyme_coffee:focus span{<br />
top:-100px;<br />
}</p>
<p>Maybe not exactly how it would go but you get the idea. You would simple change the id of whatever page to activate which ever button you wanted as active.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Jensen</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-188050</link>
		<dc:creator>Simon Jensen</dc:creator>
		<pubDate>Sat, 06 Sep 2008 08:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-188050</guid>
		<description>Thanks - always wondered how these &quot;more elements in one image&quot;-links worked?!

Now I know, thank you very much :)</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; always wondered how these &#8220;more elements in one image&#8221;-links worked?!</p>
<p>Now I know, thank you very much :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Subotic</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-187641</link>
		<dc:creator>Sam Subotic</dc:creator>
		<pubDate>Fri, 05 Sep 2008 18:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-187641</guid>
		<description>Amazing! I searched something like this :D</description>
		<content:encoded><![CDATA[<p>Amazing! I searched something like this :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogie</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-186543</link>
		<dc:creator>Rogie</dc:creator>
		<pubDate>Thu, 04 Sep 2008 15:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-186543</guid>
		<description>@Justin - Sure. If you&#039;d like to stay away from text-indent to hide your text, with this method, we can&#039;t hide the span - because the span contains the image.  

I&#039;ll edit the post to show alternate CSS for those wanting to shy away from the text-indent rule.</description>
		<content:encoded><![CDATA[<p>@Justin &#8211; Sure. If you&#8217;d like to stay away from text-indent to hide your text, with this method, we can&#8217;t hide the span &#8211; because the span contains the image.  </p>
<p>I&#8217;ll edit the post to show alternate CSS for those wanting to shy away from the text-indent rule.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.komodomedia.com/blog/2008/09/css-sliding-sprite-windows/comment-page-1/#comment-186527</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 04 Sep 2008 14:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.komodomedia.com/?p=277#comment-186527</guid>
		<description>I&#039;d usually use the span to hide the text. Isn&#039;t using text-ident to hide the text bad for SEO purposes?</description>
		<content:encoded><![CDATA[<p>I&#8217;d usually use the span to hide the text. Isn&#8217;t using text-ident to hide the text bad for SEO purposes?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: komodomedia.com @ 2012-02-11 16:04:52 by W3 Total Cache -->
