<?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"
	>
<channel>
	<title>Comments on: Cross-browser text-shadow</title>
	<atom:link href="http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/feed/" rel="self" type="application/rss+xml" />
	<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/</link>
	<description>That's one L for you</description>
	<pubDate>Thu, 24 Jul 2008 03:00:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Kilian Valkhof</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-7220</link>
		<dc:creator>Kilian Valkhof</dc:creator>
		<pubDate>Mon, 07 Jul 2008 17:39:48 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-7220</guid>
		<description>Hello Troy,

I've fixed your html, so everyone can see it. Nice bit of code, it's somewhat similar to what I tried with my &lt;a href="http://kilianvalkhof.com/2008/design/almost-cross-browser-text-shadow/" rel="nofollow"&gt;IE solution&lt;/a&gt;. 

Your code looks great at large font-sizes, but because all the effects are done on the text itself, instead of a duplicate behind it, it tends to blur the text too much, imho. Cheers for another solution though! :)</description>
		<content:encoded><![CDATA[<p>Hello Troy,</p>
<p>I&#8217;ve fixed your html, so everyone can see it. Nice bit of code, it&#8217;s somewhat similar to what I tried with my <a href="http://kilianvalkhof.com/2008/design/almost-cross-browser-text-shadow/" rel="nofollow">IE solution</a>. </p>
<p>Your code looks great at large font-sizes, but because all the effects are done on the text itself, instead of a duplicate behind it, it tends to blur the text too much, imho. Cheers for another solution though! <img src='http://kilianvalkhof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy III</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-7210</link>
		<dc:creator>Troy III</dc:creator>
		<pubDate>Mon, 07 Jul 2008 10:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-7210</guid>
		<description>Do you mean you could create something like this:

&lt;code&gt;
&#60;b style="
	display:block;
	width: 8em;
	height: 2em;
	font: bold 160pt Georgia;
	color:#ddd;
	padding:.5em;
	filter: 
		dropshadow(offX=1 offY=-2) 
		dropshadow(offX=2 offY=2) 
		shadow(strength=5) 
		blur(direction=45 strength=3) 
		blur(direction=135 strength=3) 
"&#62;
	Troy III
&#60;/b&#62;
&lt;/code&gt;

in IE 10 or 11?! :) (I’ve just wrapped it up from what I could remember from 11 years before ).

This is a previous century technology 1997 and it’s an ancient IE4 capability. (preview this in any IE4.01 &#038;&lt; ) do you think that browsers are at last (after 11 years) finally caching up with IE4?

</description>
		<content:encoded><![CDATA[<p>Do you mean you could create something like this:</p>
<p><code><br />
&lt;b style="<br />
	display:block;<br />
	width: 8em;<br />
	height: 2em;<br />
	font: bold 160pt Georgia;<br />
	color:#ddd;<br />
	padding:.5em;<br />
	filter:<br />
		dropshadow(offX=1 offY=-2)<br />
		dropshadow(offX=2 offY=2)<br />
		shadow(strength=5)<br />
		blur(direction=45 strength=3)<br />
		blur(direction=135 strength=3)<br />
"&gt;<br />
	Troy III<br />
&lt;/b&gt;<br />
</code></p>
<p>in IE 10 or 11?! <img src='http://kilianvalkhof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (I’ve just wrapped it up from what I could remember from 11 years before ).</p>
<p>This is a previous century technology 1997 and it’s an ancient IE4 capability. (preview this in any IE4.01 &#038;< ) do you think that browsers are at last (after 11 years) finally caching up with IE4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Small bits &#124; KilianValkhof.com</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-6651</link>
		<dc:creator>Small bits &#124; KilianValkhof.com</dc:creator>
		<pubDate>Mon, 23 Jun 2008 01:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-6651</guid>
		<description>[...] to this article We&#8217;ll get text-shadow in Firefox 3.1. That makes for one dirty hack ready for the [...]</description>
		<content:encoded><![CDATA[<p>[...] to this article We&#8217;ll get text-shadow in Firefox 3.1. That makes for one dirty hack ready for the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kremalicious</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-5107</link>
		<dc:creator>kremalicious</dc:creator>
		<pubDate>Thu, 17 Apr 2008 14:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-5107</guid>
		<description>thanks for your effort in trying to make this property cross-browser compatible. I've included your article in my overview-article about cool and clever text effects with text-shadow in my blog:
&lt;a href="http://www.kremalicious.com/2008/04/make-cool-and-clever-text-effects-with-css-text-shadow/" rel="nofollow"&gt;Make cool and clever text effects with css text-shadow&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>thanks for your effort in trying to make this property cross-browser compatible. I&#8217;ve included your article in my overview-article about cool and clever text effects with text-shadow in my blog:<br />
<a href="http://www.kremalicious.com/2008/04/make-cool-and-clever-text-effects-with-css-text-shadow/" rel="nofollow">Make cool and clever text effects with css text-shadow</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best Of March 2008 - juliomarroquin.com</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4860</link>
		<dc:creator>Best Of March 2008 - juliomarroquin.com</dc:creator>
		<pubDate>Tue, 01 Apr 2008 23:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4860</guid>
		<description>[...] Cross-browser text-shadowCross-browser text-shadow is possible. The implementation code to achieve this effect is quite nasty, though. [...]</description>
		<content:encoded><![CDATA[<p>[...] Cross-browser text-shadowCross-browser text-shadow is possible. The implementation code to achieve this effect is quite nasty, though. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best Of March 2008 - juliomarroquin.com</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4861</link>
		<dc:creator>Best Of March 2008 - juliomarroquin.com</dc:creator>
		<pubDate>Tue, 01 Apr 2008 23:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4861</guid>
		<description>[...] Cross-browser text-shadowCross-browser text-shadow is possible. The implementation code to achieve this effect is quite nasty, though. [...]</description>
		<content:encoded><![CDATA[<p>[...] Cross-browser text-shadowCross-browser text-shadow is possible. The implementation code to achieve this effect is quite nasty, though. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p01</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4766</link>
		<dc:creator>p01</dc:creator>
		<pubDate>Thu, 27 Mar 2008 20:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4766</guid>
		<description>Yuk!

Tag soup to emulate a CSS property. And it's not even a graceful enhancement ( JS based ), it's an accessibility mayhem.</description>
		<content:encoded><![CDATA[<p>Yuk!</p>
<p>Tag soup to emulate a CSS property. And it&#8217;s not even a graceful enhancement ( JS based ), it&#8217;s an accessibility mayhem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Best Of March 2008 &#124; Best of the Month &#124; Smashing Magazine</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4761</link>
		<dc:creator>Best Of March 2008 &#124; Best of the Month &#124; Smashing Magazine</dc:creator>
		<pubDate>Thu, 27 Mar 2008 14:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4761</guid>
		<description>[...] Cross-browser text-shadowCross-browser text-shadow is possible. The implementation code to achieve this effect is quite nasty, though. [...]</description>
		<content:encoded><![CDATA[<p>[...] Cross-browser text-shadowCross-browser text-shadow is possible. The implementation code to achieve this effect is quite nasty, though. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Jones</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4515</link>
		<dc:creator>Jay Jones</dc:creator>
		<pubDate>Tue, 11 Mar 2008 03:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4515</guid>
		<description>@greg,

Experimental pushing of the envelope is a powerful thing. Perhaps this is not something that would/should be used in a real-world application, but pressing boundaries and unleashing creative solutions to problems opens up new possibilities. And, don't be a jerk.

@killian,

Thanks for sharing. Take care.</description>
		<content:encoded><![CDATA[<p>@greg,</p>
<p>Experimental pushing of the envelope is a powerful thing. Perhaps this is not something that would/should be used in a real-world application, but pressing boundaries and unleashing creative solutions to problems opens up new possibilities. And, don&#8217;t be a jerk.</p>
<p>@killian,</p>
<p>Thanks for sharing. Take care.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recursos y Tutoriales &#187; Blog Archive &#187; 500 links de recursos para diseñadores y desarrolladores web</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4363</link>
		<dc:creator>Recursos y Tutoriales &#187; Blog Archive &#187; 500 links de recursos para diseñadores y desarrolladores web</dc:creator>
		<pubDate>Mon, 03 Mar 2008 08:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/2008/css-xhtml/cross-browser-text-shadow/#comment-4363</guid>
		<description>[...] Cross-browser text-shadow [...]</description>
		<content:encoded><![CDATA[<p>[...] Cross-browser text-shadow [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
