<?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: the text-shadow spotlight</title>
	<atom:link href="http://hacks.mozilla.org/2009/06/text-shadow-spotlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Nov 2009 15:59:58 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Firefox 3.5 &#8211; evolucija spleta - Zakladi interneta</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-15100</link>
		<dc:creator>Firefox 3.5 &#8211; evolucija spleta - Zakladi interneta</dc:creator>
		<pubDate>Wed, 16 Sep 2009 21:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-15100</guid>
		<description>[...] text shadow spotlight [...]</description>
		<content:encoded><![CDATA[<p>[...] text shadow spotlight [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 谋智社区 &#187; Blog Archives &#187; 颠覆网络35天 ─ 文字阴影聚光灯</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-8119</link>
		<dc:creator>谋智社区 &#187; Blog Archives &#187; 颠覆网络35天 ─ 文字阴影聚光灯</dc:creator>
		<pubDate>Wed, 19 Aug 2009 05:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-8119</guid>
		<description>[...] 原文地址：the text-shadow spotlight 系列地址：颠覆网络35天 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：the text-shadow spotlight 系列地址：颠覆网络35天 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Upgrade to Firefox 3.5 on Ubuntu 9.04 &#8211; Jaunty Jackalope &#124; gaarai.com</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-1313</link>
		<dc:creator>Upgrade to Firefox 3.5 on Ubuntu 9.04 &#8211; Jaunty Jackalope &#124; gaarai.com</dc:creator>
		<pubDate>Thu, 02 Jul 2009 00:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-1313</guid>
		<description>[...] a text shadow spotlight effect using Javascript and [...]</description>
		<content:encoded><![CDATA[<p>[...] a text shadow spotlight effect using Javascript and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-1146</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Tue, 30 Jun 2009 19:21:45 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-1146</guid>
		<description>Nice demo.

Christopher, you could change:

document.getElementById(&#039;text-shadow-box&#039;).onmousemove = onMouseMove;

to

window.addEventListener(&quot;mousemove&quot;, ...); 

so the effect works when mouse is out of frame.</description>
		<content:encoded><![CDATA[<p>Nice demo.</p>
<p>Christopher, you could change:</p>
<p>document.getElementById(&#8217;text-shadow-box&#8217;).onmousemove = onMouseMove;</p>
<p>to</p>
<p>window.addEventListener(&#8221;mousemove&#8221;, &#8230;); </p>
<p>so the effect works when mouse is out of frame.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Walden</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-946</link>
		<dc:creator>Jeff Walden</dc:creator>
		<pubDate>Sat, 27 Jun 2009 09:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-946</guid>
		<description>An idea for pure-CSS spotlight, sketched out with actual implementation left as an exercise for the reader: inset box-shadow and border-radius.  I look forward to someone else doing the actual legwork.  ;-)</description>
		<content:encoded><![CDATA[<p>An idea for pure-CSS spotlight, sketched out with actual implementation left as an exercise for the reader: inset box-shadow and border-radius.  I look forward to someone else doing the actual legwork.  <img src='http://hacks.mozilla.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Johnson</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-934</link>
		<dc:creator>Zachary Johnson</dc:creator>
		<pubDate>Sat, 27 Jun 2009 01:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-934</guid>
		<description>thinsoldier, it would be awesome if we had -moz-mask and/or -moz-gradient CSS so that the spotlight could be pure CSS instead of a PNG.

On a side note, if you are using Firefox 3.0.11 you are seeing the spotlight but missing the shadow.  Try out Firefox 3.5!</description>
		<content:encoded><![CDATA[<p>thinsoldier, it would be awesome if we had -moz-mask and/or -moz-gradient CSS so that the spotlight could be pure CSS instead of a PNG.</p>
<p>On a side note, if you are using Firefox 3.0.11 you are seeing the spotlight but missing the shadow.  Try out Firefox 3.5!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Schmucker</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-929</link>
		<dc:creator>Hans Schmucker</dc:creator>
		<pubDate>Fri, 26 Jun 2009 23:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-929</guid>
		<description>Maybe we already are... I haven&#039;t looked into this in a while:
Apply a CSS filter that references a graident filled SVG element as image. Since feImage should behave like &quot;use&quot; it should be possible to apply it that way.</description>
		<content:encoded><![CDATA[<p>Maybe we already are&#8230; I haven&#8217;t looked into this in a while:<br />
Apply a CSS filter that references a graident filled SVG element as image. Since feImage should behave like &#8220;use&#8221; it should be possible to apply it that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinsoldier</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-926</link>
		<dc:creator>thinsoldier</dc:creator>
		<pubDate>Fri, 26 Jun 2009 22:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-926</guid>
		<description>When will he be able to use a css gradient instead of a png for the spotlight effect?</description>
		<content:encoded><![CDATA[<p>When will he be able to use a css gradient instead of a png for the spotlight effect?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Schmucker</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-920</link>
		<dc:creator>Hans Schmucker</dc:creator>
		<pubDate>Fri, 26 Jun 2009 16:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-920</guid>
		<description>Hihi, I&#039;m feeling like a little child again: That was one of the first Java applets that I had seen years and years ago and now we can do it so easily in the browser.

Thanks, Zach!</description>
		<content:encoded><![CDATA[<p>Hihi, I&#8217;m feeling like a little child again: That was one of the first Java applets that I had seen years and years ago and now we can do it so easily in the browser.</p>
<p>Thanks, Zach!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 颠覆网络35天 ─ 文字阴影聚光灯 &#60; MJiA</title>
		<link>http://hacks.mozilla.org/2009/06/text-shadow-spotlight/comment-page-1/#comment-895</link>
		<dc:creator>颠覆网络35天 ─ 文字阴影聚光灯 &#60; MJiA</dc:creator>
		<pubDate>Fri, 26 Jun 2009 06:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://hacks.mozilla.org/?p=914#comment-895</guid>
		<description>[...] 原文地址：the text-shadow spotlight 系列地址：颠覆网络35天 [...]</description>
		<content:encoded><![CDATA[<p>[...] 原文地址：the text-shadow spotlight 系列地址：颠覆网络35天 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
