<?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: The Right Way to Declare RGBa Colors</title>
	<atom:link href="http://oncemade.com/the-right-way-to-declare-rgba-colors/feed/" rel="self" type="application/rss+xml" />
	<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/</link>
	<description>Design, Web Dev, Inspiration</description>
	<lastBuildDate>Fri, 02 Jul 2010 09:06:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: CSS Tooltip &#124; Oncemade</title>
		<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/comment-page-1/#comment-3967</link>
		<dc:creator>CSS Tooltip &#124; Oncemade</dc:creator>
		<pubDate>Sun, 07 Feb 2010 07:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=625#comment-3967</guid>
		<description>[...] As I mentioned in a previous article, IE doesn&#039;t support RGBa. Adding the following styles, wrapped in a conditional comment, will make it work. [...]</description>
		<content:encoded><![CDATA[<p>[...] As I mentioned in a previous article, IE doesn&#39;t support RGBa. Adding the following styles, wrapped in a conditional comment, will make it work. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 12 Killer Tips for Designing in the Browser &#124; Design Shack</title>
		<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/comment-page-1/#comment-3767</link>
		<dc:creator>12 Killer Tips for Designing in the Browser &#124; Design Shack</dc:creator>
		<pubDate>Fri, 08 Jan 2010 02:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=625#comment-3767</guid>
		<description>[...] Resources: Check out Oncemade&#8217;s article on The Right Way to Declare RGBA Colors. [...]</description>
		<content:encoded><![CDATA[<p>[...] Resources: Check out Oncemade&#8217;s article on The Right Way to Declare RGBA Colors. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/comment-page-1/#comment-1119</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Sat, 15 Aug 2009 03:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=625#comment-1119</guid>
		<description>It has to be in a completely different CSS rule.</description>
		<content:encoded><![CDATA[<p>It has to be in a completely different CSS rule.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Tate</title>
		<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/comment-page-1/#comment-1105</link>
		<dc:creator>Steven Tate</dc:creator>
		<pubDate>Fri, 14 Aug 2009 02:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=625#comment-1105</guid>
		<description>Ya, it&#039;s a little strange to not create hexa(#369, 0.8) also.  We spent some time with the Safari guys this week and they&#039;re adding quick conversions to their web inspector.  Safari 4.0.3 came out yesterday, don&#039;t know if it&#039;s in yet.  Anyway, you can click the color in the inspector and it cycles through the different color types.

@Avengelist:

Not only was the order important, but if I remember correctly, the rgb for degraded browsers has to be in a completely different CSS rule!</description>
		<content:encoded><![CDATA[<p>Ya, it&#8217;s a little strange to not create hexa(#369, 0.8) also.  We spent some time with the Safari guys this week and they&#8217;re adding quick conversions to their web inspector.  Safari 4.0.3 came out yesterday, don&#8217;t know if it&#8217;s in yet.  Anyway, you can click the color in the inspector and it cycles through the different color types.</p>
<p>@Avengelist:</p>
<p>Not only was the order important, but if I remember correctly, the rgb for degraded browsers has to be in a completely different CSS rule!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avangelist</title>
		<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/comment-page-1/#comment-1099</link>
		<dc:creator>Avangelist</dc:creator>
		<pubDate>Thu, 13 Aug 2009 19:24:43 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=625#comment-1099</guid>
		<description>I look forward to seeing those updates. Presumably the order in which they are declared in this case is quite important? They have to be placed after the hex otherwise they will be over-written with the statements below.

Is this correct?</description>
		<content:encoded><![CDATA[<p>I look forward to seeing those updates. Presumably the order in which they are declared in this case is quite important? They have to be placed after the hex otherwise they will be over-written with the statements below.</p>
<p>Is this correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/comment-page-1/#comment-1056</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Tue, 11 Aug 2009 03:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=625#comment-1056</guid>
		<description>Thanks for the comment Avangelist.

You defiantly brought up a good point. I&#039;ll update the post with external links for more details about RGBa. 
My intention with the post was to inform the readers that declaring the colors values on the same line don&#039;t work, like many sources have implied. Not to long ago, I was working on a project that needed RGBa colors and I was declaring them like the other tutorials explained. It took me and a co-worker hours of debugging to later find out the problem, which was a simple color declaration on the same line.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Avangelist.</p>
<p>You defiantly brought up a good point. I&#8217;ll update the post with external links for more details about RGBa.<br />
My intention with the post was to inform the readers that declaring the colors values on the same line don&#8217;t work, like many sources have implied. Not to long ago, I was working on a project that needed RGBa colors and I was declaring them like the other tutorials explained. It took me and a co-worker hours of debugging to later find out the problem, which was a simple color declaration on the same line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avangelist</title>
		<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/comment-page-1/#comment-1050</link>
		<dc:creator>Avangelist</dc:creator>
		<pubDate>Mon, 10 Aug 2009 20:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=625#comment-1050</guid>
		<description>I think you have missed a valuable question here.
Why use RGBa? We have been using hex for almost 20yrs, why change? What are the benefits? why are browsers looking at integrating RGBa when RGB is already there?</description>
		<content:encoded><![CDATA[<p>I think you have missed a valuable question here.<br />
Why use RGBa? We have been using hex for almost 20yrs, why change? What are the benefits? why are browsers looking at integrating RGBa when RGB is already there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Brigit &#124; The Right Way to Declare RGBa Colors</title>
		<link>http://oncemade.com/the-right-way-to-declare-rgba-colors/comment-page-1/#comment-987</link>
		<dc:creator>CSS Brigit &#124; The Right Way to Declare RGBa Colors</dc:creator>
		<pubDate>Fri, 07 Aug 2009 22:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://oncemade.com/?p=625#comment-987</guid>
		<description>&lt;strong&gt; The Right Way to Declare RGBa Colors...&lt;/strong&gt;

					
The most efficient way to declare RGBa values and don\&#8217;t mess up the CSS. 
 		

						
						
												
						...</description>
		<content:encoded><![CDATA[<p><strong> The Right Way to Declare RGBa Colors&#8230;</strong></p>
<p>The most efficient way to declare RGBa values and don\&#8217;t mess up the CSS. </p>
<p>						&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
