<?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: CSS3 Opacity</title>
	<atom:link href="http://www.zenelements.com/blog/css3-opacity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zenelements.com/blog/css3-opacity/</link>
	<description></description>
	<lastBuildDate>Wed, 03 Mar 2010 06:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mukesh</title>
		<link>http://www.zenelements.com/blog/css3-opacity/comment-page-1/#comment-2187</link>
		<dc:creator>Mukesh</dc:creator>
		<pubDate>Tue, 05 May 2009 11:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenelements.com/blog/?p=921#comment-2187</guid>
		<description>Setting an opacity in Firefox 3 slows down the site considerably. in fact if i remove the opacity the site works very smooth. i am using opacity as an overlay for entire page so user is unable to click anywhere while some processing is going on. Can u tell me where the problem lies with Firefox 3.</description>
		<content:encoded><![CDATA[<p>Setting an opacity in Firefox 3 slows down the site considerably. in fact if i remove the opacity the site works very smooth. i am using opacity as an overlay for entire page so user is unable to click anywhere while some processing is going on. Can u tell me where the problem lies with Firefox 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zen Elements</title>
		<link>http://www.zenelements.com/blog/css3-opacity/comment-page-1/#comment-1204</link>
		<dc:creator>Zen Elements</dc:creator>
		<pubDate>Tue, 31 Mar 2009 11:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenelements.com/blog/?p=921#comment-1204</guid>
		<description>@Mangesh &#124; As mentioned in some comments herein, there are solutions to coding Opacity for IE6/7/8. 

Some IE solutions by &lt;a href=&quot;http://www.zenelements.com/blog/css3-opacity/#comment-457&quot; rel=&quot;nofollow&quot;&gt;Rick Curran&lt;/a&gt; and &lt;a href=&quot;http://www.zenelements.com/blog/css3-opacity/#comment-458&quot; rel=&quot;nofollow&quot;&gt;SamBlak&lt;/a&gt; - thanks guys!</description>
		<content:encoded><![CDATA[<p>@Mangesh | As mentioned in some comments herein, there are solutions to coding Opacity for IE6/7/8. </p>
<p>Some IE solutions by <a href="http://www.zenelements.com/blog/css3-opacity/#comment-457" rel="nofollow">Rick Curran</a> and <a href="http://www.zenelements.com/blog/css3-opacity/#comment-458" rel="nofollow">SamBlak</a> &#8211; thanks guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mangesh</title>
		<link>http://www.zenelements.com/blog/css3-opacity/comment-page-1/#comment-1180</link>
		<dc:creator>Mangesh</dc:creator>
		<pubDate>Mon, 30 Mar 2009 04:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenelements.com/blog/?p=921#comment-1180</guid>
		<description>I have gone through the tutorials shown in page, But it is not supporting IE6 &amp; 7. What should be done to support that for Internet Explorer Browser</description>
		<content:encoded><![CDATA[<p>I have gone through the tutorials shown in page, But it is not supporting IE6 &amp; 7. What should be done to support that for Internet Explorer Browser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Envy</title>
		<link>http://www.zenelements.com/blog/css3-opacity/comment-page-1/#comment-850</link>
		<dc:creator>Envy</dc:creator>
		<pubDate>Tue, 10 Mar 2009 15:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenelements.com/blog/?p=921#comment-850</guid>
		<description>Keep working ,great job!</description>
		<content:encoded><![CDATA[<p>Keep working ,great job!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zen Elements</title>
		<link>http://www.zenelements.com/blog/css3-opacity/comment-page-1/#comment-504</link>
		<dc:creator>Zen Elements</dc:creator>
		<pubDate>Thu, 29 Jan 2009 17:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.zenelements.com/blog/?p=921#comment-504</guid>
		<description>You could attempt to use RGBA or HSLA for the background of the individual boxes. I have just recently published two articles on &lt;a href=&quot;http://www.zenelements.com/blog/css3-rgba-color-opacity/&quot; rel=&quot;nofollow&quot;&gt;RGBA&lt;/a&gt; and &lt;a href=&quot;http://www.zenelements.com/blog/css3-hsl-hsla-color-opacity/&quot; rel=&quot;nofollow&quot;&gt;HSLA&lt;/a&gt; which should help but quickly:-

.outsideBox { background: rgba(68, 140, 79, 0.2); }  or...
.outsideBox { background: hsla(202, 100%, 50%, 0.2); } and...
.insideBox { background: #ffffff; }

I hope this helps!
Alex</description>
		<content:encoded><![CDATA[<p>You could attempt to use RGBA or HSLA for the background of the individual boxes. I have just recently published two articles on <a href="http://www.zenelements.com/blog/css3-rgba-color-opacity/" rel="nofollow">RGBA</a> and <a href="http://www.zenelements.com/blog/css3-hsl-hsla-color-opacity/" rel="nofollow">HSLA</a> which should help but quickly:-</p>
<p>.outsideBox { background: rgba(68, 140, 79, 0.2); }  or&#8230;<br />
.outsideBox { background: hsla(202, 100%, 50%, 0.2); } and&#8230;<br />
.insideBox { background: #ffffff; }</p>
<p>I hope this helps!<br />
Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>
