<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>CSS3 .info - Community News</title>
	
	<link>http://news.css3.info</link>
	<description>CSS3 news and resources from around the web</description>
	<lastBuildDate>Thu, 16 Feb 2012 15:39:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/css3-news" /><feedburner:info uri="css3-news" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>CALL FOR ACTION: THE OPEN WEB NEEDS YOU *NOW*</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/xGaL0Kj0hB0/</link>
		<comments>http://news.css3.info/2012/02/16/call-for-action-the-open-web-needs-you-now/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 15:39:38 +0000</pubDate>
		<dc:creator>tdomf_ea55c</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1560</guid>
		<description><![CDATA[Not so long ago, IE6 was the over-dominant browser on the Web. Technically, the Web was full of works-only-in-IE6 web sites and the other browsers, the users were crying. IE6 is dead, this time is gone, and all browsers vendors including Microsoft itself rejoice. Gone? Not entirely&#8230; IE6 is gone, the problem is back.]]></description>
			<content:encoded><![CDATA[<p>Not so long ago, IE6 was the over-dominant browser on the Web. Technically, the Web was full of works-only-in-IE6 web sites and the other browsers, the users were crying. IE6 is dead, this time is gone, and all browsers vendors including Microsoft itself rejoice. Gone? Not entirely&#8230; IE6 is gone, the problem is back.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/xGaL0Kj0hB0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/02/16/call-for-action-the-open-web-needs-you-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/02/16/call-for-action-the-open-web-needs-you-now/</feedburner:origLink></item>
		<item>
		<title>3D Gallery with CSS3 and jQuery</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/Gqby0mNH-ho/</link>
		<comments>http://news.css3.info/2012/02/16/3d-gallery-with-css3-and-jquery/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 14:22:32 +0000</pubDate>
		<dc:creator>tdomf_ea55c</dc:creator>
				<category><![CDATA[Demos & Examples]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1547</guid>
		<description><![CDATA[With 3D transforms, we can make simple elements more interesting by setting them into three dimensional space. Together with CSS transitions, these elements can be moved in 3D space and create a realistic effect. Today, we want to share an experimental 3D gallery with you that uses CSS 3D transforms. The main idea is to [...]]]></description>
			<content:encoded><![CDATA[<p>With 3D transforms, we can make simple elements more interesting by setting them into three dimensional space. Together with CSS transitions, these elements can be moved in 3D space and create a realistic effect. Today, we want to share an experimental 3D gallery with you that uses CSS 3D transforms.</p>
<p>The main idea is to create a circular gallery where we have an image in the center and two on the sides. Since we are using perspective, the two lateral images will appear three dimensional when we rotate them.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/Gqby0mNH-ho" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/02/16/3d-gallery-with-css3-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/02/16/3d-gallery-with-css3-and-jquery/</feedburner:origLink></item>
		<item>
		<title>Page Transitions with CSS3</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/BZtX3bvr1DE/</link>
		<comments>http://news.css3.info/2012/02/15/page-transitions-with-css3/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 15:10:39 +0000</pubDate>
		<dc:creator>tdomf_ea55c</dc:creator>
				<category><![CDATA[Demos & Examples]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1544</guid>
		<description><![CDATA[In the last few years, we’ve seen a lot of single page websites lying around the internet, most of them using JavaScript for some transitions effect. Well, now I’m gonna teach you how you can have your own, but instead I’ll be using CSS Transitions and the :target property to do all the magic.]]></description>
			<content:encoded><![CDATA[<p>In the last few years, we’ve seen a lot of single page websites lying around the internet, most of them using JavaScript for some transitions effect. Well, now I’m gonna teach you how you can have your own, but instead I’ll be using CSS Transitions and the :target property to do all the magic.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/BZtX3bvr1DE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/02/15/page-transitions-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/02/15/page-transitions-with-css3/</feedburner:origLink></item>
		<item>
		<title>CSS3 ordered list styles</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/aubbOe9rwPw/</link>
		<comments>http://news.css3.info/2012/02/14/css3-ordered-list-styles/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 13:27:04 +0000</pubDate>
		<dc:creator>tdomf_ea55c</dc:creator>
				<category><![CDATA[Demos & Examples]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1541</guid>
		<description><![CDATA[In this article you’ll learn how to add some CSS3 fine tuning to your ordered lists, using a semantic approach.]]></description>
			<content:encoded><![CDATA[<p>In this article you’ll learn how to add some CSS3 fine tuning to your ordered lists, using a semantic approach.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/aubbOe9rwPw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/02/14/css3-ordered-list-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/02/14/css3-ordered-list-styles/</feedburner:origLink></item>
		<item>
		<title>CSS3 &amp; jQuery folder tabs</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/qnogm-xY6M8/</link>
		<comments>http://news.css3.info/2012/02/08/css3-jquery-folder-tabs/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 16:16:28 +0000</pubDate>
		<dc:creator>tdomf_ea55c</dc:creator>
				<category><![CDATA[Demos & Examples]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1529</guid>
		<description><![CDATA[Check this article to learn how to create cool folder tabs using nothing more than pure CSS3. Pseudo-elements are also used here.]]></description>
			<content:encoded><![CDATA[<p>Check this article to learn how to create cool folder tabs using nothing more than pure CSS3. Pseudo-elements are also used here.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/qnogm-xY6M8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/02/08/css3-jquery-folder-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/02/08/css3-jquery-folder-tabs/</feedburner:origLink></item>
		<item>
		<title>Animated Web Banners With CSS3</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/dVml84gNCfQ/</link>
		<comments>http://news.css3.info/2012/02/07/animated-web-banners-with-css3/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 19:22:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Demos & Examples]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1495</guid>
		<description><![CDATA[Hey there folks! Today we’re going to take a look at spicing up our web banners, ads or any content for that matter, with CSS3 animations.]]></description>
			<content:encoded><![CDATA[<p>Hey there folks! Today we’re going to take a look at spicing up our web banners, ads or any content for that matter, with CSS3 animations.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/dVml84gNCfQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/02/07/animated-web-banners-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/02/07/animated-web-banners-with-css3/</feedburner:origLink></item>
		<item>
		<title>Multi-line text-trimming in tables &gt; to hell with css3′s single-line trim.</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/BmWHU9tZKHM/</link>
		<comments>http://news.css3.info/2012/01/31/multi-line-text-trimming-in-tables-to-hell-with-css3s-single-line-trim/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 21:54:43 +0000</pubDate>
		<dc:creator>tdomf_ea55c</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1510</guid>
		<description><![CDATA[A fairly common technique employed when display data in tables is to trim a cell&#8217;s text content when it is over a certain amount of characters to keep your table rows &#38; columns relatively the same size. CSS3 allows us to do this, but, due to the nature of the way the DOM is rendered, [...]]]></description>
			<content:encoded><![CDATA[<p>A fairly common technique employed when display data in tables is to trim a cell&#8217;s text content when it is over a certain amount of characters to keep your table rows &amp; columns relatively the same size.  CSS3 allows us to do this, but, due to the nature of the way the DOM is rendered, you can only trim a value to be in one-line.  But what if you want control over where the trim occurs?  This is key to doing a multi-line trim.  It just takes a bit of javascript magic.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/BmWHU9tZKHM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/01/31/multi-line-text-trimming-in-tables-to-hell-with-css3s-single-line-trim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/01/31/multi-line-text-trimming-in-tables-to-hell-with-css3s-single-line-trim/</feedburner:origLink></item>
		<item>
		<title>[Interview] Håkon Wium Lie – CTO, Opera and Creator of CSS</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/aKAYZikdmRA/</link>
		<comments>http://news.css3.info/2012/01/30/interview-hakon-wium-lie-cto-opera-and-creator-of-css/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 15:46:59 +0000</pubDate>
		<dc:creator>tdomf_ea55c</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1525</guid>
		<description><![CDATA[We spoke to Håkon Wium Lie, CTO, Opera and spoke about the latest trends in open web standards.]]></description>
			<content:encoded><![CDATA[<p>We spoke to Håkon Wium Lie, CTO, Opera and spoke about the latest trends in open web standards.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/aKAYZikdmRA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/01/30/interview-hakon-wium-lie-cto-opera-and-creator-of-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/01/30/interview-hakon-wium-lie-cto-opera-and-creator-of-css/</feedburner:origLink></item>
		<item>
		<title>Filter Functionality with CSS3</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/_8nTCN1e6XI/</link>
		<comments>http://news.css3.info/2012/01/27/filter-functionality-with-css3/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 12:43:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Demos & Examples]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1492</guid>
		<description><![CDATA[Using the general sibling combinator and the :checked pseudo-class, we can toggle states of other elements by checking a checkbox or a radio button. In this tutorial we will be exploring those CSS3 properties by creating a experimental portfolio filter that will toggle the states of items of a specific type.]]></description>
			<content:encoded><![CDATA[<p>Using the general sibling combinator and the :checked pseudo-class, we can toggle states of other elements by checking a checkbox or a radio button. In this tutorial we will be exploring those CSS3 properties by creating a experimental portfolio filter that will toggle the states of items of a specific type.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/_8nTCN1e6XI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/01/27/filter-functionality-with-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/01/27/filter-functionality-with-css3/</feedburner:origLink></item>
		<item>
		<title>Thumbnail Proximity Effect with jQuery and CSS3</title>
		<link>http://feedproxy.google.com/~r/css3-news/~3/AbNFvtbwcT4/</link>
		<comments>http://news.css3.info/2012/01/26/thumbnail-proximity-effect-with-jquery-and-css3/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 19:33:01 +0000</pubDate>
		<dc:creator>tdomf_ea55c</dc:creator>
				<category><![CDATA[Demos & Examples]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://news.css3.info/?p=1489</guid>
		<description><![CDATA[Today we want to show you how to create a neat thumbnail proximity effect with jQuery. The idea is to scale thumbnails when hovering over them and also scale their neighbouring thumbnails proportionally to their distance. We’ll also make a description appear.]]></description>
			<content:encoded><![CDATA[<p>Today we want to show you how to create a neat thumbnail proximity effect with jQuery. The idea is to scale thumbnails when hovering over them and also scale their neighbouring thumbnails proportionally to their distance. We’ll also make a description appear.</p>
<img src="http://feeds.feedburner.com/~r/css3-news/~4/AbNFvtbwcT4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://news.css3.info/2012/01/26/thumbnail-proximity-effect-with-jquery-and-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://news.css3.info/2012/01/26/thumbnail-proximity-effect-with-jquery-and-css3/</feedburner:origLink></item>
	</channel>
</rss>

