<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Firefox support for CSS3 multiple backgrounds</title>
	<atom:link href="http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: TylerHerman</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-275542</link>
		<dc:creator>TylerHerman</dc:creator>
		<pubDate>Fri, 18 Sep 2009 19:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-275542</guid>
		<description>It is about time. This is the one thing I have been waiting on forever. Adding a top and bottom repeatable background image finally made easy. And there is a million other applications for this. There were so many pointless aesthetic things added before this (drop shadows, rounded corners etc) but hey it is finally here..almost.</description>
		<content:encoded><![CDATA[<p>It is about time. This is the one thing I have been waiting on forever. Adding a top and bottom repeatable background image finally made easy. And there is a million other applications for this. There were so many pointless aesthetic things added before this (drop shadows, rounded corners etc) but hey it is finally here..almost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blinkingmarquee</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-272352</link>
		<dc:creator>blinkingmarquee</dc:creator>
		<pubDate>Thu, 26 Mar 2009 18:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-272352</guid>
		<description>sos - 

3 rounded corner images?

Try DD_Roundies 
http://www.dillerdesign.com/experiment/DD_roundies/

There are limitations on elements but it&#039;s years ahead of non-vector solutions.</description>
		<content:encoded><![CDATA[<p>sos &#8211; </p>
<p>3 rounded corner images?</p>
<p>Try DD_Roundies<br />
<a href="http://www.dillerdesign.com/experiment/DD_roundies/" rel="nofollow">http://www.dillerdesign.com/experiment/DD_roundies/</a></p>
<p>There are limitations on elements but it&#8217;s years ahead of non-vector solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jcolyer</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-272304</link>
		<dc:creator>jcolyer</dc:creator>
		<pubDate>Tue, 24 Mar 2009 20:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-272304</guid>
		<description>Looks like multiple backgrounds (at least the example @ quriksmode) works in the latest version of Chrome (2.0.169.1)

Yeah, now if IE would just get it&#039;s ass in gear...</description>
		<content:encoded><![CDATA[<p>Looks like multiple backgrounds (at least the example @ quriksmode) works in the latest version of Chrome (2.0.169.1)</p>
<p>Yeah, now if IE would just get it&#8217;s ass in gear&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sixtyseconds</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-272303</link>
		<dc:creator>sixtyseconds</dc:creator>
		<pubDate>Tue, 24 Mar 2009 19:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-272303</guid>
		<description>I would love to see an attempt at every thinkable case... :P</description>
		<content:encoded><![CDATA[<p>I would love to see an attempt at every thinkable case&#8230; :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsync</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-272300</link>
		<dc:creator>vsync</dc:creator>
		<pubDate>Tue, 24 Mar 2009 18:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-272300</guid>
		<description>@sos: I guess u&#039;re right..but this is for things with complex graphics that cannot be rounder via CSS or JS.

hmm, can I have one image repat and the other on no-repeat ?
who will overlap who when dealing with PNGs? 
this calls for a demo page with every thinkable case.</description>
		<content:encoded><![CDATA[<p>@sos: I guess u&#8217;re right..but this is for things with complex graphics that cannot be rounder via CSS or JS.</p>
<p>hmm, can I have one image repat and the other on no-repeat ?<br />
who will overlap who when dealing with PNGs?<br />
this calls for a demo page with every thinkable case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sos</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-272293</link>
		<dc:creator>sos</dc:creator>
		<pubDate>Tue, 24 Mar 2009 13:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-272293</guid>
		<description>One obvious use is stying rounded corners - right now you have to use three nested DIVs with paddings set up correctly.  With this, such a complicated solution will no longer be necessary (well, whenever IE gets around to supporting it that is)</description>
		<content:encoded><![CDATA[<p>One obvious use is stying rounded corners &#8211; right now you have to use three nested DIVs with paddings set up correctly.  With this, such a complicated solution will no longer be necessary (well, whenever IE gets around to supporting it that is)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vsync</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-272291</link>
		<dc:creator>vsync</dc:creator>
		<pubDate>Tue, 24 Mar 2009 13:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-272291</guid>
		<description>hmm , this is awesome no doubt, but i can&#039;t think of any use right now..
maybe its something that u just need to ran into. but i have no problem without it... CSS gradient for me seems cooler, it will be something u&#039;de see everywhere onces implemented.</description>
		<content:encoded><![CDATA[<p>hmm , this is awesome no doubt, but i can&#8217;t think of any use right now..<br />
maybe its something that u just need to ran into. but i have no problem without it&#8230; CSS gradient for me seems cooler, it will be something u&#8217;de see everywhere onces implemented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unscriptable</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-272288</link>
		<dc:creator>unscriptable</dc:creator>
		<pubDate>Tue, 24 Mar 2009 11:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-272288</guid>
		<description>Can&#039;t wait until this is pervasive enough to start implementing.  The uses are endless!</description>
		<content:encoded><![CDATA[<p>Can&#8217;t wait until this is pervasive enough to start implementing.  The uses are endless!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeaVerou</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-272287</link>
		<dc:creator>LeaVerou</dc:creator>
		<pubDate>Tue, 24 Mar 2009 11:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-272287</guid>
		<description>Yay!!! At last!!
This was in the top-10 of my wishlist for FF :)</description>
		<content:encoded><![CDATA[<p>Yay!!! At last!!<br />
This was in the top-10 of my wishlist for FF :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ywg</title>
		<link>http://ajaxian.com/archives/firefox-support-for-css3-multiple-backgrounds/comment-page-1#comment-272286</link>
		<dc:creator>ywg</dc:creator>
		<pubDate>Tue, 24 Mar 2009 11:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=6412#comment-272286</guid>
		<description>Finaly !
This feature is far more important (and needed) than border-radius or css-gradient.</description>
		<content:encoded><![CDATA[<p>Finaly !<br />
This feature is far more important (and needed) than border-radius or css-gradient.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

