<?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>Tech Prone - Mobile &#124; Gadgets &#124; Photography &#124; How to &#124; Android &#187; shadow text</title>
	<atom:link href="http://www.techprone.com/tag/shadow-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techprone.com</link>
	<description>Mobile &#124; Gadgets &#124; Photography &#124; How to &#124; Android</description>
	<lastBuildDate>Thu, 26 Jan 2012 11:48:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to built shadow text using CSS</title>
		<link>http://www.techprone.com/how-to-built-shadow-text-using-css/898</link>
		<comments>http://www.techprone.com/how-to-built-shadow-text-using-css/898#comments</comments>
		<pubDate>Sat, 13 Jun 2009 20:32:02 +0000</pubDate>
		<dc:creator>harshit</dc:creator>
				<category><![CDATA[css3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[designing]]></category>
		<category><![CDATA[shadow text]]></category>

		<guid isPermaLink="false">http://www.techprone.com/?p=898</guid>
		<description><![CDATA[What comes first in my mind,whenever I am thinking about creating a shadow text,just go to photoshop and uses shadow property(inner shadow ,outer shadow) ,but css3 provides a just a single line of code. To apply text shadow onto an element, add this CSS property in its style definition. text-shadow: 3px 3px 4px #000; The [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: justify;">What comes first in my mind,whenever I am thinking about creating a shadow text,just go to photoshop and uses shadow property(inner shadow ,outer shadow) ,but css3 provides a just a single line of code.<br />
To apply text shadow onto an element, add this CSS property in its style definition.</p>
<p style="text-align: justify;"><strong><span style="color: #0000ff;">text-shadow: 3px 3px 4px #000;</span></strong></p>
<p style="text-align: justify;">The text-shadow property looks cool, but it is currently not supported by major browsers including Firefox 3.0, but will be supported in Firefox 3.1 beta. Browsers that support this CSS3 property are Safari 3+, Konquerer, Opera9.5+ and iCab.</p>
<p style="text-align: justify;">
<p>For example,</p>
<p>This text will show a drop shadow in Safari, Opera or other supported browsers.</p>
<div id="photoImgDiv3623203410" class="photoImgDiv" style="width: 306px;"><img class="reflect" src="http://farm4.static.flickr.com/3602/3623203410_d558e95f8e.jpg?v=0" alt=" How to built shadow text using CSS " width="304" height="77" title="How to built shadow text using CSS " /></div>
<p style="text-align: justify;">Here first two values are offset of shadow from original text corresponding to right and top offset respectively while third numeric value is the amount of blur radius that causes pixels of the shadow text to stretch by the specified amount.</p>
<p>Positive values for right and top offset will position your shadow to right and bottom while negative values will change it accordingly.</p>
<p style="text-align: justify;">You can play with offset and blur values to create really nice looking text effects just with CSS. If you have been using this property for a while and created some really nice looking effects, let us know in comments below.</p>
<p style="text-align: justify;">Why text-shadow is good?<br />
The main goal of this property is to give designers and css coders a tool to make text effects, which could only be done before by rendering text as images with all the side effects. Text rendered as an image isn’t searchable and therefore very undelicious for search engines. Another side effect is the fact that images can be way more bigger as one small line of code in terms of file size. As you may know most css-files, which contain the whole layout of a website, are smaller than one image on most websites. So it’s really clever to use a css function instead of images for reducing unnecessary traffic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techprone.com/how-to-built-shadow-text-using-css/898/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Content Delivery Network via cdn.techprone.com

Served from: www.techprone.com @ 2012-02-10 11:36:30 -->
