<?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 TEXT-SHADOW</title>
	<atom:link href="http://www.css3.com/css-text-shadow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.com</link>
	<description>CSS3.com - A comprehensive CSS 3 reference guide, tutorial, and blog</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:38:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nm</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-19731</link>
		<dc:creator>nm</dc:creator>
		<pubDate>Tue, 31 May 2011 08:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-19731</guid>
		<description>Put this code in Stylish if you want to get rid of dumb script kiddies that are abusing shadows:

* {
text-shadow: none !important;
}</description>
		<content:encoded><![CDATA[<p>Put this code in Stylish if you want to get rid of dumb script kiddies that are abusing shadows:</p>
<p>* {<br />
text-shadow: none !important;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: الكلمة النارية ، من ابداعات الـ css3 &#124; تقنيون</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-16799</link>
		<dc:creator>الكلمة النارية ، من ابداعات الـ css3 &#124; تقنيون</dc:creator>
		<pubDate>Wed, 13 Oct 2010 13:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-16799</guid>
		<description>[...] http://www.css3.com/css-text-shadow/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.css3.com/css-text-shadow/" rel="nofollow">http://www.css3.com/css-text-shadow/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Majas lapas</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-16591</link>
		<dc:creator>Majas lapas</dc:creator>
		<pubDate>Sun, 22 Aug 2010 09:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-16591</guid>
		<description>Firefox 3.5 does support text-shadow! Internet Explorer 8 and below doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>Firefox 3.5 does support text-shadow! Internet Explorer 8 and below doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rosarito BC</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-16439</link>
		<dc:creator>Rosarito BC</dc:creator>
		<pubDate>Fri, 25 Jun 2010 18:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-16439</guid>
		<description>This property has compatibility problems.</description>
		<content:encoded><![CDATA[<p>This property has compatibility problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nauman Akhtar</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-16273</link>
		<dc:creator>Nauman Akhtar</dc:creator>
		<pubDate>Thu, 22 Apr 2010 07:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-16273</guid>
		<description>Not of any help, it works in Opera &amp; Safari but it has no effect on Firefox and Internet Explorer, man why don&#039;t they follow one single rule. I hate the clashes.</description>
		<content:encoded><![CDATA[<p>Not of any help, it works in Opera &amp; Safari but it has no effect on Firefox and Internet Explorer, man why don&#8217;t they follow one single rule. I hate the clashes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fontlek med html5 og css3 : stign.no</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-16168</link>
		<dc:creator>Fontlek med html5 og css3 : stign.no</dc:creator>
		<pubDate>Mon, 08 Mar 2010 16:28:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-16168</guid>
		<description>[...] Dette er Oral OpenType med tekstskygge [...]</description>
		<content:encoded><![CDATA[<p>[...] Dette er Oral OpenType med tekstskygge [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayub Khan</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-16090</link>
		<dc:creator>Ayub Khan</dc:creator>
		<pubDate>Fri, 12 Feb 2010 12:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-16090</guid>
		<description>This is easy code for u to use drop down menu by the use of css. use is it and enjoy and any problem u can mail me than i solve-out it.ok good bye.....







easy way to apply css for drop down menu

body{font-family:georgia;}
#container{width:500px;margin:auto;font-size:11pt;}

#menu{position:absolute;margin-top:10px;}
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;background:#000;padding:1px;margin:1px;}

#menu ul:hover .item a{color:#fff;text-decoration:none;}
#menu ul:hover .item a:hover{color:#999;}

#menu ul{width:100px;float:left;margin:0px;padding:2px;background:#b10000;list-style:none;}
.clear{clear:both;height:10px;}









menu item
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 1&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 2&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 3&lt;/a&gt;



menu item
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 1&lt;/a&gt;




menu item
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 1&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 2&lt;/a&gt;



menu item
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 1&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 2&lt;/a&gt;

&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 3&lt;/a&gt;
&lt;a href=&quot;#&quot; rel=&quot;nofollow&quot;&gt;menu item 4&lt;/a&gt;



</description>
		<content:encoded><![CDATA[<p>This is easy code for u to use drop down menu by the use of css. use is it and enjoy and any problem u can mail me than i solve-out it.ok good bye&#8230;..</p>
<p>easy way to apply css for drop down menu</p>
<p>body{font-family:georgia;}<br />
#container{width:500px;margin:auto;font-size:11pt;}</p>
<p>#menu{position:absolute;margin-top:10px;}<br />
#menu ul .item{display:none;}<br />
#menu ul:hover .item{display:block;background:#000;padding:1px;margin:1px;}</p>
<p>#menu ul:hover .item a{color:#fff;text-decoration:none;}<br />
#menu ul:hover .item a:hover{color:#999;}</p>
<p>#menu ul{width:100px;float:left;margin:0px;padding:2px;background:#b10000;list-style:none;}<br />
.clear{clear:both;height:10px;}</p>
<p>menu item<br />
<a href="#" rel="nofollow">menu item 1</a><br />
<a href="#" rel="nofollow">menu item 2</a><br />
<a href="#" rel="nofollow">menu item 3</a></p>
<p>menu item<br />
<a href="#" rel="nofollow">menu item 1</a></p>
<p>menu item<br />
<a href="#" rel="nofollow">menu item 1</a><br />
<a href="#" rel="nofollow">menu item 2</a></p>
<p>menu item<br />
<a href="#" rel="nofollow">menu item 1</a><br />
<a href="#" rel="nofollow">menu item 2</a></p>
<p><a href="#" rel="nofollow">menu item 3</a><br />
<a href="#" rel="nofollow">menu item 4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruhul</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-15889</link>
		<dc:creator>Ruhul</dc:creator>
		<pubDate>Wed, 29 Jul 2009 05:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-15889</guid>
		<description>how to apply text-shadow by css using.</description>
		<content:encoded><![CDATA[<p>how to apply text-shadow by css using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bizleads</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-8859</link>
		<dc:creator>Bizleads</dc:creator>
		<pubDate>Sat, 03 Jan 2009 17:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-8859</guid>
		<description>Eugenia, it doesn&#039;t work with IE7</description>
		<content:encoded><![CDATA[<p>Eugenia, it doesn&#8217;t work with IE7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugenia</title>
		<link>http://www.css3.com/css-text-shadow/comment-page-1/#comment-3118</link>
		<dc:creator>Eugenia</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.com/?p=21#comment-3118</guid>
		<description>Hello,
The text-shadow style, run in I.Explorer 7?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
The text-shadow style, run in I.Explorer 7?<br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

