<?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>Fritz Thomas &#187; CSS3</title>
	<atom:link href="http://fritzthomas.com/tags/css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://fritzthomas.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 08:02:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to vertically align text and block elements</title>
		<link>http://fritzthomas.com/overall/418-how-to-vertically-align-text-and-block-elements/</link>
		<comments>http://fritzthomas.com/overall/418-how-to-vertically-align-text-and-block-elements/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:42:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Overall]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[inline-block]]></category>
		<category><![CDATA[vertical-align]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=418</guid>
		<description><![CDATA[You may know the CSS declarations text-align and vertical-align. Perhaps you tried alredy to vertically align inline span elements within a div block element but did not succeed yet. I will try explain how to achieve this with a simple button example. Before: After: Lets begin with the markup for the buttons: 1 2 3 [...]]]></description>
			<content:encoded><![CDATA[<p>You may know the CSS declarations text-align and vertical-align. Perhaps you tried alredy to vertically align inline span elements within a div block element but did not succeed yet. I will try explain how to achieve this with a simple button example.<br />
Before:<img style="vertical-align:middle" class="alignnone size-full wp-image-420" title="screenshot14" src="http://fritzthomas.com/wp-content/uploads/2009/02/screenshot14.png" alt="screenshot14" width="115" height="24" /><br />
After: <img style="vertical-align:middle" class="alignnone size-full wp-image-419" title="screenshot13" src="http://fritzthomas.com/wp-content/uploads/2009/02/screenshot13.png" alt="screenshot13" width="112" height="25" /><br />
<span id="more-418"></span><br />
 Lets begin with the markup for the buttons:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;buttons&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;add button&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;icon&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;add.png&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;</span>Add<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;delete button&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;icon&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;delete.png&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span>&gt;</span>Delete<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></td></tr></table></div>

<p>Each Button is within a single div. Every button has its icon and a button text. Image and Text are in a span tag. the &#8220;add&#8221; and &#8220;delete&#8221; class is added to differentiate the buttons. This is useful if you want to add some behavior in JavaScript.<br />
<div style="width:100%;text-align:center;padding:0;margin:0;border:0;overflow:hidden;clear:both;"><script type="text/javascript"><!--
google_ad_client = "pub-1963733382421272";
google_ui_features = "rc:0";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_alternate_ad_color = "ffffff";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "319BD8";
google_color_text = "666666";
google_color_url = "319BD8";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>Next, the CSS styles:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.buttons</span> <span style="color: #6666ff;">.button</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span><span style="color: #933;">16px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">4px</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#a1a1a1</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#ffffff</span><span style="color: #00AA00;">;</span>
  border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** CSS3 **/</span>
  -moz-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** Mozilla specific **/</span>
  -webkit-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** Make a guess ;-) **/</span>
  <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> hand<span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">cursor</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">pointer</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.buttons</span> <span style="color: #6666ff;">.button</span> <span style="color: #6666ff;">.icon</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> inline-<span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span><span style="color: #933;">2px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.buttons</span> <span style="color: #6666ff;">.button</span> <span style="color: #6666ff;">.text</span> <span style="color: #00AA00;">&#123;</span>
  <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> inline-<span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span><span style="color: #993333;">middle</span><span style="color: #00AA00;">;</span> <span style="color: #808080; font-style: italic;">/** important **/</span>
  <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
  <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><div style="float:left;margin-left:0,margin-right:4px;margin-top:4px;margin-bottom:0;padding:4px;border:0;"><script type="text/javascript"><!--
google_ad_client = "pub-1963733382421272";
google_ad_slot = "3802836967";
google_ad_width = 120;
google_ad_height = 240;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>The important css declarations and attributes are &#8220;display: inline-block&#8221;, &#8220;vertical-align: middle&#8221; and &#8220;line-height: XXpx&#8221;. The line-height tells every .button block the exact height of the inline elements underneath. The inline elements .icon and .text are handled and displayed as an &#8220;inline-block&#8221;. Firefox 3 and most of the other major browsers supporting it so it is safe to use it. <a href="http://www.quirksmode.org/css/display.html">Read more on this.</a><br />
<br />
The result should look like this:<img style="vertical-align:middle" class="alignnone size-full wp-image-419" title="screenshot13" src="http://fritzthomas.com/wp-content/uploads/2009/02/screenshot13.png" alt="screenshot13" width="112" height="25" /><br />
I think the example is simple enough to adapt it to your needs and other use cases. Please keep in mind that in the example i use -moz-border-radius. This declaration is mozilla specific. So if you want rounded corners in IE you have to wait until IE is implementing this. Take <a href="http://a.deveria.com/caniuse/#feat=roundedcorners">a look</a> when this is scheduled and <a href="http://fritzthomas.com/overall/407-charts-of-when-we-can-use-features-of-html-svg-and-css3/#refuse-internet-explorer">follow my suggestion.</a></p>

	Tags: <a href="http://fritzthomas.com/tags/css/" title="css" rel="tag">css</a>, <a href="http://fritzthomas.com/tags/css3/" title="CSS3" rel="tag">CSS3</a>, <a href="http://fritzthomas.com/tags/how-to/" title="how-to" rel="tag">how-to</a>, <a href="http://fritzthomas.com/tags/howto/" title="howto" rel="tag">howto</a>, <a href="http://fritzthomas.com/tags/html/" title="HTML" rel="tag">HTML</a>, <a href="http://fritzthomas.com/tags/inline-block/" title="inline-block" rel="tag">inline-block</a>, <a href="http://fritzthomas.com/tags/vertical-align/" title="vertical-align" rel="tag">vertical-align</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/overall/415-css-browser-compatiblity/" title="CSS Browser Compatiblity (February 18, 2009)">CSS Browser Compatiblity</a> (0)</li>
	<li><a href="http://fritzthomas.com/php/zend-framework/33-how-to-teil-1-projektaufbau-konventionen-und-modulare-verzeichnisstruktur/" title="Zend Framework How-To Teil 1: Projektaufbau, Konventionen und modulare Verzeichnisstruktur (January 28, 2008)">Zend Framework How-To Teil 1: Projektaufbau, Konventionen und modulare Verzeichnisstruktur</a> (13)</li>
	<li><a href="http://fritzthomas.com/open-source/linux/12-aendern-oder-setzen-eines-statischen-netzwerk-device-namen-unter-gentoo-eth0-eth1ethn/" title="Setzen eines statischen Netzwerk Device Namen unter Gentoo. (eth0,eth1,&#8230;) (December 27, 2007)">Setzen eines statischen Netzwerk Device Namen unter Gentoo. (eth0,eth1,&#8230;)</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/418-how-to-vertically-align-text-and-block-elements/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS Browser Compatiblity</title>
		<link>http://fritzthomas.com/overall/415-css-browser-compatiblity/</link>
		<comments>http://fritzthomas.com/overall/415-css-browser-compatiblity/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 11:04:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Overall]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[cross browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css2]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=415</guid>
		<description><![CDATA[Many of you may already know this sites. But one more link can not be that bad. If you are searching for a list of CSS Attributes and their compatibility in the major browsers with examples, demos, hacks or workarounds to get it working Cross Browser wide take a look at http://www.quirksmode.org/css/contents.html and http://de.selfhtml.org/navigation/syntax.htm#css (only [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you may already know this sites. But one more link can not be that bad.</p>
<p>If you are searching for a list of CSS Attributes and their compatibility in the major browsers with examples, demos, hacks or workarounds to get it working Cross Browser wide take a look at <a href="http://www.quirksmode.org/css/contents.html">http://www.quirksmode.org/css/contents.html</a> and <a href="http://de.selfhtml.org/navigation/syntax.htm#css">http://de.selfhtml.org/navigation/syntax.htm#css</a> (only in german language at the moment).</p>

	Tags: <a href="http://fritzthomas.com/tags/compatibility/" title="compatibility" rel="tag">compatibility</a>, <a href="http://fritzthomas.com/tags/cross-browser/" title="cross browser" rel="tag">cross browser</a>, <a href="http://fritzthomas.com/tags/css/" title="css" rel="tag">css</a>, <a href="http://fritzthomas.com/tags/css2/" title="css2" rel="tag">css2</a>, <a href="http://fritzthomas.com/tags/css3/" title="CSS3" rel="tag">CSS3</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/overall/418-how-to-vertically-align-text-and-block-elements/" title="How to vertically align text and block elements (February 18, 2009)">How to vertically align text and block elements</a> (2)</li>
	<li><a href="http://fritzthomas.com/overall/407-charts-of-when-we-can-use-features-of-html-svg-and-css3/" title="Charts of when we can use features of HTML, SVG and CSS3 (February 13, 2009)">Charts of when we can use features of HTML, SVG and CSS3</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/415-css-browser-compatiblity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Charts of when we can use features of HTML, SVG and CSS3</title>
		<link>http://fritzthomas.com/overall/407-charts-of-when-we-can-use-features-of-html-svg-and-css3/</link>
		<comments>http://fritzthomas.com/overall/407-charts-of-when-we-can-use-features-of-html-svg-and-css3/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 10:07:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Overall]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[SVG]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/?p=407</guid>
		<description><![CDATA[Do you ever wanted to know which features of HTML5, SVG or CSS3 are implemented in which browsers, or when they are going to implemenet it? Thats what you can see in the compatibility tables on &#8220;When can i use&#8221; . The Summary looks like this: So, what does this mean? PLEASE, do not support [...]]]></description>
			<content:encoded><![CDATA[<p>Do you ever wanted to know which features of HTML5, SVG or CSS3 are implemented in which browsers, or when they are going to implemenet it?<br />
Thats what you can see in the compatibility tables on &#8220;<a href="http://a.deveria.com/caniuse/#agents=All&amp;cats=All&amp;eras=All&amp;statuses=All">When can i use</a>&#8221; .<br />
<span id="more-407"></span><br />
The Summary looks like this:</p>
<p><img class="alignnone size-medium wp-image-408" title="Compatiblity Summary" src="http://fritzthomas.com/wp-content/uploads/2009/02/screenshot1-420x64.png" alt="Compatiblity Summary" width="420" height="64" /><br />
<a name="refuse-internet-explorer"></a><br />
<div style="float:right;margin-left:0,margin-right:4px;margin-top:4px;margin-bottom:0;padding:4px;border:0;"><script type="text/javascript"><!--
google_ad_client = "pub-1963733382421272";
google_ad_slot = "3802836967";
google_ad_width = 120;
google_ad_height = 240;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<p>So, what does this mean? PLEASE, do not support IE anymore! Develop your web-sites/applications that they degrade gracefully to IE, if you want so, but do not create them to work and look the same way with the same functionality. Use the features most other browser supports (CSS3, &#8230;) and tell users of IE that they have to use a modern browser!</p>
<p>Tell the people about other browsers. Tell them how easy it is to migrate to another browser and what the benefits are FOR THEM!</p>
<p>WE DO NOT WANT AND NEED ANOTHER &#8220;NEW&#8221; IE. The last ones were enough.</p>

	Tags: <a href="http://fritzthomas.com/tags/canvas/" title="Canvas" rel="tag">Canvas</a>, <a href="http://fritzthomas.com/tags/css3/" title="CSS3" rel="tag">CSS3</a>, <a href="http://fritzthomas.com/tags/html5/" title="HTML5" rel="tag">HTML5</a>, <a href="http://fritzthomas.com/tags/ie/" title="IE" rel="tag">IE</a>, <a href="http://fritzthomas.com/tags/ie8/" title="IE8" rel="tag">IE8</a>, <a href="http://fritzthomas.com/tags/internet-explorer/" title="Internet Explorer" rel="tag">Internet Explorer</a>, <a href="http://fritzthomas.com/tags/rounded-corners/" title="rounded corners" rel="tag">rounded corners</a>, <a href="http://fritzthomas.com/tags/svg/" title="SVG" rel="tag">SVG</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/overall/405-bespin-an-extensible-web-editor-build-using-html-5-specification/" title="Bespin &#8211; an extensible Web Editor build using HTML 5 Specification (February 13, 2009)">Bespin &#8211; an extensible Web Editor build using HTML 5 Specification</a> (0)</li>
	<li><a href="http://fritzthomas.com/javascript/49-super-mario-bros-in-javascript/" title="Super Mario Bros in JavaScript (April 9, 2008)">Super Mario Bros in JavaScript</a> (0)</li>
	<li><a href="http://fritzthomas.com/open-source/324-is-microsoft-going-to-use-webkit-as-their-rendering-engine-for-ie/" title="Is Microsoft going to use WebKit as their Rendering Engine for IE? (November 7, 2008)">Is Microsoft going to use WebKit as their Rendering Engine for IE?</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/407-charts-of-when-we-can-use-features-of-html-svg-and-css3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
