<?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>Guymon &#187; shadow</title>
	<atom:link href="http://www.guymon.de/wordpress/tag/shadow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guymon.de/wordpress</link>
	<description>Unwissenheit ist Stärke
</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:55:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>CSS: text-shadow und&#160;box-shadow</title>
		<link>http://www.guymon.de/wordpress/2010/07/28/css-text-shadow-und-box-shadow/</link>
		<comments>http://www.guymon.de/wordpress/2010/07/28/css-text-shadow-und-box-shadow/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 10:15:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[shadow]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5385</guid>
		<description><![CDATA[Nett: All browsers that support the CSS text-shadow and box-shadow properties also support the new CSS3 RGBa syntax. Which means you can safely combine them today. That’s handy, because it means no worrying about matching a precise hex colour shadow to a specific hex colour background. Instead just let the browser blend. An example: p [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mezzoblue.com/archives/2010/07/27/a_css3_tip/">Nett</a>:</p>
<blockquote cite="http://mezzoblue.com/archives/2010/07/27/a_css3_tip/"><p>All browsers that support the CSS text-shadow and box-shadow properties also support the new CSS3 RGBa syntax. Which means you can safely combine them today.</p>
<p>That’s handy, because it means no worrying about matching a precise hex colour shadow to a specific hex colour background. Instead just let the browser blend. An example:</p>
</blockquote>
<pre class="prettyprint">
p {
 text-shadow: rgba(0, 0, 0, 0.2) 0 1px 0;
}</pre><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2008/01/19/linkliste-css-techniken/" title="Linkliste CSS Techniken">Linkliste CSS Techniken</a></li><li><a href="http://www.guymon.de/wordpress/2012/02/02/image-effects-with-css/" title="Image Effects with CSS">Image Effects with CSS</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/18/sprite-generator-fur-den-mac/" title="Sprite Generator für den Mac">Sprite Generator für den Mac</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/06/css-performance-2/" title="CSS Performance">CSS Performance</a></li><li><a href="http://www.guymon.de/wordpress/2011/12/28/moz-force-broken-image-icon/" title="-moz-force-broken-image-icon">-moz-force-broken-image-icon</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/07/28/css-text-shadow-und-box-shadow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cross-browser CSS&#160;box-shadows</title>
		<link>http://www.guymon.de/wordpress/2010/07/16/cross-browser-css-box-shadows/</link>
		<comments>http://www.guymon.de/wordpress/2010/07/16/cross-browser-css-box-shadows/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 07:05:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[shadow]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=5349</guid>
		<description><![CDATA[Rustam Gaffanov stellt eine Cross-browser CSS box-shadow M&#246;glichkeit vor, will sagen er zeigt wie es im IE < 9 funktioniert . Ist nicht wundersch&#246;n, aber funktioniert und manchmal muss das Layout eben &#252;berall gleich aussehen.Possibly related posts (automatically generated)Text Shadow f&#252;r den IEdaily linksProgressive Internet ExplorerCSS3 selectors for IEProgressive Internet Explorer]]></description>
			<content:encoded><![CDATA[<p>Rustam Gaffanov stellt eine <a href="http://dev.opera.com/articles/view/cross-browser-box-shadows/">Cross-browser CSS box-shadow</a> M&#246;glichkeit vor, will sagen er zeigt wie es im IE < 9 funktioniert <img src='http://www.guymon.de/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>Ist nicht wundersch&#246;n, aber funktioniert und manchmal muss das Layout eben &#252;berall gleich aussehen.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2009/12/06/text-shadow-fuer-den-ie/" title="Text Shadow für den IE">Text Shadow für den IE</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/31/daily-links-238/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/12/02/progressive-internet-explorer-2/" title="Progressive Internet Explorer">Progressive Internet Explorer</a></li><li><a href="http://www.guymon.de/wordpress/2010/09/09/css3-selectors-for-ie/" title="CSS3 selectors for IE">CSS3 selectors for IE</a></li><li><a href="http://www.guymon.de/wordpress/2010/07/14/progressive-internet-explorer/" title="Progressive Internet Explorer">Progressive Internet Explorer</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2010/07/16/cross-browser-css-box-shadows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mit CSS3 wird alles&#160;einfacher</title>
		<link>http://www.guymon.de/wordpress/2009/12/13/mit-css3-wird-alles-einfacher/</link>
		<comments>http://www.guymon.de/wordpress/2009/12/13/mit-css3-wird-alles-einfacher/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 15:04:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[rgba]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[shadow]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=4862</guid>
		<description><![CDATA[net.tutsplus vergleicht 11 &#8220;old-school&#8221; CSS/JavaScript Techniken und wie sie mit CSS3 umzusetzen sind. Here are the 11 techniques that I&#8217;ll be showing you how to recreate with CSS3. I&#8217;ll show you how to create them using CSS2 (or JavaScript), and then with CSS3 properties. Und hier die Demos: Rounded Corners Box Shadow Text Shadow Fancy [...]]]></description>
			<content:encoded><![CDATA[<p>net.tutsplus <a href="http://net.tutsplus.com/tutorials/html-css-techniques/11-classic-css-techniques-made-simple-with-css3/" title="11 Classic CSS Techniques Made Simple with CSS3">vergleicht</a> 11 &#8220;old-school&#8221; CSS/JavaScript Techniken und wie sie mit CSS3 umzusetzen sind.</p>
<blockquote cite="http://net.tutsplus.com/tutorials/html-css-techniques/11-classic-css-techniques-made-simple-with-css3/"><p>Here are the 11 techniques that I&#8217;ll be showing you how to recreate with CSS3. I&#8217;ll show you how to create them using CSS2 (or JavaScript), and then with CSS3 properties.</p>
</blockquote>
<p>Und hier die Demos:</p>
<ol>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/corners.html">Rounded Corners</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/shadow.html">Box Shadow</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/textshadow.html">Text Shadow</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/font.html">Fancy Font</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/opacity.html">Opacity</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/rgba.html">RGBA</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/bgsize.html">Background Size</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/bgs.html">Multiple Backgrounds</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/columns.html">Columns</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/border.html">Border Image</a></li>
<li><a href="http://nettuts.s3.amazonaws.com/430_cssTips/demo/animation.html">Animations</a></li>
</ol><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2011/01/07/3d-text-mit-css/" title="3D Text mit CSS">3D Text mit CSS</a></li><li><a href="http://www.guymon.de/wordpress/2010/07/16/cross-browser-css-box-shadows/" title="Cross-browser CSS box-shadows">Cross-browser CSS box-shadows</a></li><li><a href="http://www.guymon.de/wordpress/2009/12/06/text-shadow-fuer-den-ie/" title="Text Shadow für den IE">Text Shadow für den IE</a></li><li><a href="http://www.guymon.de/wordpress/2009/11/25/text-shadow-beispiele/" title="text-shadow Beispiele">text-shadow Beispiele</a></li><li><a href="http://www.guymon.de/wordpress/2012/01/25/css3-breadcrumbs/" title="CSS3 breadcrumbs">CSS3 breadcrumbs</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/12/13/mit-css3-wird-alles-einfacher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Shadow f&#252;r den&#160;IE</title>
		<link>http://www.guymon.de/wordpress/2009/12/06/text-shadow-fuer-den-ie/</link>
		<comments>http://www.guymon.de/wordpress/2009/12/06/text-shadow-fuer-den-ie/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 15:13:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[shadow]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/?p=4841</guid>
		<description><![CDATA[Da schau an, schon wieder etwas was ich nicht wusste: auch im IE kann man man einen Text Shadow erzeugen. Nicht sch&#246;n, aber das ist ja nichts neues beim IE. filter:progid:DXImageTransform.Microsoft.dropshadow(OffX, OffY, Color, Positive,Enabled); bzw. filter:progid:DXImageTransform.Microsoft.Shadow(Color, Direction, Strength,Enabled);Possibly related posts (automatically generated)Cross-browser CSS box-shadowsdaily linksProgressive Internet ExplorerCSS3 selectors for IEProgressive Internet Explorer]]></description>
			<content:encoded><![CDATA[<p>Da schau an, schon wieder etwas was ich nicht <a href="http://www.admixweb.com/2009/12/04/using-text-shadow-in-htmlcss/" title="Using Text Shadow in HTML/CSS ">wusste</a>: auch im IE kann man man einen Text Shadow erzeugen. Nicht sch&#246;n, aber das ist ja nichts neues beim IE.</p>
<pre class="prettyprint">filter:progid:DXImageTransform.Microsoft.dropshadow(OffX, OffY, Color, Positive,Enabled);</pre>
<p>bzw.</p>
<pre class="prettyprint">filter:progid:DXImageTransform.Microsoft.Shadow(Color, Direction, Strength,Enabled);</pre><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2010/07/16/cross-browser-css-box-shadows/" title="Cross-browser CSS box-shadows">Cross-browser CSS box-shadows</a></li><li><a href="http://www.guymon.de/wordpress/2011/03/31/daily-links-238/" title="daily links">daily links</a></li><li><a href="http://www.guymon.de/wordpress/2010/12/02/progressive-internet-explorer-2/" title="Progressive Internet Explorer">Progressive Internet Explorer</a></li><li><a href="http://www.guymon.de/wordpress/2010/09/09/css3-selectors-for-ie/" title="CSS3 selectors for IE">CSS3 selectors for IE</a></li><li><a href="http://www.guymon.de/wordpress/2010/07/14/progressive-internet-explorer/" title="Progressive Internet Explorer">Progressive Internet Explorer</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2009/12/06/text-shadow-fuer-den-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linkliste CSS&#160;Techniken</title>
		<link>http://www.guymon.de/wordpress/2008/01/19/linkliste-css-techniken/</link>
		<comments>http://www.guymon.de/wordpress/2008/01/19/linkliste-css-techniken/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 16:15:17 +0000</pubDate>
		<dc:creator>bvt</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[CSS sprites]]></category>
		<category><![CDATA[Image replacement]]></category>
		<category><![CDATA[shadow]]></category>

		<guid isPermaLink="false">http://www.guymon.de/wordpress/2008/01/19/linkliste-css-techniken/</guid>
		<description><![CDATA[Praktische Link-Sammlung mit fast allem was in CSS gerade hip ist: CSS Sprites, CSS Rounded Corners, Image Replacements Technique, Sliding Doors, Image Text Wrap Technique, Equal Height Technique, CSS Shadows Techniques, CSS Transparency.Possibly related posts (automatically generated)Sprite Generator f&#252;r den MacDiagonal SpritesSpritemapperSpriteboxCSS: text-shadow und box-shadow]]></description>
			<content:encoded><![CDATA[<p>Praktische <a href="http://www.noupe.com/design/101-css-techniques-of-all-time-part-1.html">Link-Sammlung</a> mit fast allem was in CSS gerade hip ist: CSS Sprites, CSS Rounded Corners, Image Replacements Technique, Sliding Doors, Image Text Wrap Technique, Equal Height Technique, CSS Shadows Techniques, CSS Transparency.</p><h3  class="related_post_title">Possibly related posts (automatically generated)</h3><ul class="related_post"><li><a href="http://www.guymon.de/wordpress/2012/01/18/sprite-generator-fur-den-mac/" title="Sprite Generator für den Mac">Sprite Generator für den Mac</a></li><li><a href="http://www.guymon.de/wordpress/2011/07/06/diagonal-sprites/" title="Diagonal Sprites">Diagonal Sprites</a></li><li><a href="http://www.guymon.de/wordpress/2011/06/13/spritemapper/" title="Spritemapper">Spritemapper</a></li><li><a href="http://www.guymon.de/wordpress/2011/02/09/spritebox/" title="Spritebox">Spritebox</a></li><li><a href="http://www.guymon.de/wordpress/2010/07/28/css-text-shadow-und-box-shadow/" title="CSS: text-shadow und box-shadow">CSS: text-shadow und box-shadow</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.guymon.de/wordpress/2008/01/19/linkliste-css-techniken/feed/</wfw:commentRss>
		<slash:comments>0</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

Served from: www.guymon.de @ 2012-02-08 12:03:03 -->
