<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dalesh Kowlesar &#187; Tutorials</title>
	<atom:link href="http://www.daleshkowlesar.za.net/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daleshkowlesar.za.net</link>
	<description>if you bring forth what is within you, what is within you will save you</description>
	<lastBuildDate>Fri, 30 Oct 2009 13:07:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create a Simple Text Shadow Using CSS</title>
		<link>http://www.daleshkowlesar.za.net/2009/08/create-a-simple-text-shadow-using-css/</link>
		<comments>http://www.daleshkowlesar.za.net/2009/08/create-a-simple-text-shadow-using-css/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 17:30:41 +0000</pubDate>
		<dc:creator>Dalesh Kolwesar</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE Hack]]></category>
		<category><![CDATA[internet explorer css shadow hack]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.daleshkowlesar.za.net/?p=96</guid>
		<description><![CDATA[I have created an extremely simple example of creating a text shadow using simple CSS code.
The CSS:

body {
font:  Helvetica, Arial, Sans-serif;
text-align: center; color: #000;
text-shadow: 0px 10px 10px #333;
}
h1 {
font: bold 65px/60px Helvetica, Arial, Sans-serif;
text-align: center; color: #000;
text-shadow: 0px 2px 6px #333;
}
Internet Explorer CSS Text Shadow Hack
.text_shadow{
filter: Shadow(Color=#999999, Direction=135, Strength=5);
height: 1%;
}
It was really that simple. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><noindex><a rel="nofollow" href="http://www.daleshkowlesar.za.net/goto/http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.daleshkowlesar.za.net%2F2009%2F08%2Fcreate-a-simple-text-shadow-using-css%2F" ><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.daleshkowlesar.za.net%2F2009%2F08%2Fcreate-a-simple-text-shadow-using-css%2F" height="61" width="51" /></a></noindex></div><p>I have created an extremely simple example of creating a text shadow using simple CSS code.</p>
<p>The CSS:<br />
<code><br />
body {<br />
font:  Helvetica, Arial, Sans-serif;<br />
text-align: center; color: #000;<br />
text-shadow: 0px 10px 10px #333;<br />
}<br />
h1 {</code></p>
<p><code>font: bold 65px/60px Helvetica, Arial, Sans-serif;<br />
text-align: center; color: #000;<br />
text-shadow: 0px 2px 6px #333;</code></p>
<p><code>}</code></p>
<h1>Internet Explorer CSS Text Shadow Hack</h1>
<p><code>.text_shadow{<br />
filter: Shadow(Color=#999999, Direction=135, Strength=5);<br />
height: 1%;<br />
}</code></p>
<p>It was really that simple. Either add it to your stlye sheet or in the head section of your page and you&#8217;re set to go.</p>
<p><a href="http://www.daleshkowlesar.za.net/csstexshadow/csstextshadow.html" title="CSS Text Shadow"  target="_blank">There is an example here.</a></p>
<p style="text-align: center;"><a href="http://www.daleshkowlesar.za.net/csstexshadow.zip"  rev="caption:`Create CSS Text Shadow`"><img class="aligncenter size-full wp-image-97" style="border: 0pt none;" title="Create CSS Text Shadow" src="http://www.daleshkowlesar.za.net/wp-content/uploads/2009/08/download.png" alt="Create CSS Text Shadow" width="410" height="152" /></a></p>
<p style="text-align: center;">Short and simple <img src='http://www.daleshkowlesar.za.net/wp-content/plugins/smilies-themer/kopete/wink.png' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.daleshkowlesar.za.net/2009/08/create-a-simple-text-shadow-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
