<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Apple&#8217;s Inverted Text Shadow</title>
	<link>http://www.pixelshell.com/blog/apples-inverted-shadow/</link>
	<description>Promoting Web Standards and teaching web design tricks of the trade</description>
	<pubDate>Wed, 08 Sep 2010 05:52:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Tunseflelve</title>
		<link>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-7636</link>
		<author>Tunseflelve</author>
		<pubDate>Thu, 29 Oct 2009 20:48:12 +0000</pubDate>
		<guid>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-7636</guid>
		<description>Svidjaju li Vam se njena stopala?
Uclanio sam se na njen site i mogu reci da ima jako lijepa stopala!
&lt;a href="http://www.lorenarenko.com" rel="nofollow"&gt;Stopala&lt;/a&gt; su na njoj najbitnija stavka!</description>
		<content:encoded><![CDATA[<p>Svidjaju li Vam se njena stopala?<br />
Uclanio sam se na njen site i mogu reci da ima jako lijepa stopala!<br />
<a href="http://www.lorenarenko.com" rel="nofollow">Stopala</a> su na njoj najbitnija stavka!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interlock Industries</title>
		<link>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-6493</link>
		<author>Interlock Industries</author>
		<pubDate>Mon, 07 Sep 2009 04:10:15 +0000</pubDate>
		<guid>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-6493</guid>
		<description>Wanted to say hello
Thanks!
&lt;a href="http://www.vermontsbestroof.com/" rel="nofollow"&gt;Interlock Roofing&lt;/a&gt;
&lt;a href="http://www.rhodeislandsbestroof.com/" rel="nofollow"&gt;Interlock Industries&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Wanted to say hello<br />
Thanks!<br />
<a href="http://www.vermontsbestroof.com/" rel="nofollow">Interlock Roofing</a><br />
<a href="http://www.rhodeislandsbestroof.com/" rel="nofollow">Interlock Industries</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Hoge</title>
		<link>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-5113</link>
		<author>Jack Hoge</author>
		<pubDate>Wed, 07 Jan 2009 23:48:30 +0000</pubDate>
		<guid>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-5113</guid>
		<description>I really like this style too and tried it out a while back with a thin inner shadow and bevel instead of a drop shadow. It's not quite as crisp as the process noted above, but it's quick and easy.</description>
		<content:encoded><![CDATA[<p>I really like this style too and tried it out a while back with a thin inner shadow and bevel instead of a drop shadow. It&#8217;s not quite as crisp as the process noted above, but it&#8217;s quick and easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Green</title>
		<link>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-1313</link>
		<author>Peter Green</author>
		<pubDate>Tue, 29 Apr 2008 22:30:28 +0000</pubDate>
		<guid>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-1313</guid>
		<description>Great, thanks an excellent reply! :-)</description>
		<content:encoded><![CDATA[<p>Great, thanks an excellent reply! :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Fadeev</title>
		<link>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-1309</link>
		<author>Dmitry Fadeev</author>
		<pubDate>Tue, 29 Apr 2008 19:44:25 +0000</pubDate>
		<guid>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-1309</guid>
		<description>I don't use GIMP personally, but this should be similar to Photoshop. You have different ways of going about this -- the simplest would probably be to add a drop shadow to the text, then change the shadow color to white (for the first example). In Photoshop you would also change the shadow mode to Normal, otherwise it won't show the white (because it's shading the stuff underneath, rather than just drawing the shadow). 

Also just make sure the shadow size is 0, the angle is 90 degrees and the distance is 1 pixel. For the white text/black shadow, just change the angle to -90 and the shadow to black, as well as the text color to white.

This effect can also be done with CSS3 when more browsers support it (at the moment it will work in Safari). You would use the text-shadow property:

For the first one:
text-shadow: #000 0 1px 0;

For the second one:
text-shadow: #FFF 0 -1px 0;

The first value is the color, the second is the x-axis location. Third is y-axis (so we're moving it down by 1 pixel and up by 1 pixel) and the final is blur. You can increase the blur to make the shadow bigger -- 0 has no blur.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t use GIMP personally, but this should be similar to Photoshop. You have different ways of going about this &#8212; the simplest would probably be to add a drop shadow to the text, then change the shadow color to white (for the first example). In Photoshop you would also change the shadow mode to Normal, otherwise it won&#8217;t show the white (because it&#8217;s shading the stuff underneath, rather than just drawing the shadow). </p>
<p>Also just make sure the shadow size is 0, the angle is 90 degrees and the distance is 1 pixel. For the white text/black shadow, just change the angle to -90 and the shadow to black, as well as the text color to white.</p>
<p>This effect can also be done with CSS3 when more browsers support it (at the moment it will work in Safari). You would use the text-shadow property:</p>
<p>For the first one:<br />
text-shadow: #000 0 1px 0;</p>
<p>For the second one:<br />
text-shadow: #FFF 0 -1px 0;</p>
<p>The first value is the color, the second is the x-axis location. Third is y-axis (so we&#8217;re moving it down by 1 pixel and up by 1 pixel) and the final is blur. You can increase the blur to make the shadow bigger &#8212; 0 has no blur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Green</title>
		<link>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-1304</link>
		<author>Peter Green</author>
		<pubDate>Tue, 29 Apr 2008 15:19:20 +0000</pubDate>
		<guid>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-1304</guid>
		<description>Yes, but how do you do it? (in GIMP).</description>
		<content:encoded><![CDATA[<p>Yes, but how do you do it? (in GIMP).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyush</title>
		<link>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-400</link>
		<author>Piyush</author>
		<pubDate>Wed, 30 Jan 2008 03:08:00 +0000</pubDate>
		<guid>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-400</guid>
		<description>Simple yet effective way to display buttons, good observations Dmitry!</description>
		<content:encoded><![CDATA[<p>Simple yet effective way to display buttons, good observations Dmitry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Fadeev</title>
		<link>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-388</link>
		<author>Dmitry Fadeev</author>
		<pubDate>Sat, 26 Jan 2008 02:08:03 +0000</pubDate>
		<guid>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-388</guid>
		<description>At least one...ahem ;)</description>
		<content:encoded><![CDATA[<p>At least one&#8230;ahem ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myles de Bastion</title>
		<link>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-387</link>
		<author>Myles de Bastion</author>
		<pubDate>Sat, 26 Jan 2008 02:02:10 +0000</pubDate>
		<guid>http://www.pixelshell.com/blog/apples-inverted-shadow/#comment-387</guid>
		<description>Very observant of you Dmitry.

I wonder how many designers are going to start copying this effect now?</description>
		<content:encoded><![CDATA[<p>Very observant of you Dmitry.</p>
<p>I wonder how many designers are going to start copying this effect now?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
