<?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: CSS Opacity That Doesn&#8217;t Affect Child Elements</title>
	<atom:link href="http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/</link>
	<description>Web Design Articles &#38; Tutorials. To make the web impressive.</description>
	<lastBuildDate>Fri, 10 Sep 2010 06:48:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: MikePriest</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-1951</link>
		<dc:creator>MikePriest</dc:creator>
		<pubDate>Wed, 21 Apr 2010 14:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-1951</guid>
		<description>IE 6 can support transparent PNG&#039;s take a look with javascript:

http://24ways.org/2007/supersleight-transparent-png-in-ie6 

jQuery version:

http://jquery.andreaseberhard.de/pngFix/

Hope this helps you out.</description>
		<content:encoded><![CDATA[<p>IE 6 can support transparent PNG&#8217;s take a look with javascript:</p>
<p><a href="http://24ways.org/2007/supersleight-transparent-png-in-ie6" rel="nofollow">http://24ways.org/2007/supersleight-transparent-png-in-ie6</a> </p>
<p>jQuery version:</p>
<p><a href="http://jquery.andreaseberhard.de/pngFix/" rel="nofollow">http://jquery.andreaseberhard.de/pngFix/</a></p>
<p>Hope this helps you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-1882</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 12 Apr 2010 19:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-1882</guid>
		<description>@ Chris:

Thanks, that was a really good idea and easy solution to my problem.  The only issue is that IE6 doesn&#039;t support transparent .pngs, but that&#039;s a sacrifice.</description>
		<content:encoded><![CDATA[<p>@ Chris:</p>
<p>Thanks, that was a really good idea and easy solution to my problem.  The only issue is that IE6 doesn&#8217;t support transparent .pngs, but that&#8217;s a sacrifice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Opacity: A Comprehensive Reference &#171; qeqnes &#124; Designing. jQuery, Ajax, PHP, MySQL and Templates</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-1668</link>
		<dc:creator>CSS Opacity: A Comprehensive Reference &#171; qeqnes &#124; Designing. jQuery, Ajax, PHP, MySQL and Templates</dc:creator>
		<pubDate>Fri, 26 Mar 2010 09:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-1668</guid>
		<description>[...] to note about both RGBA and HSLA transparency is that these transparency settings don’t affect child elements the way the opacity property does. The alpha setting for RGBA and HSLA affects the opacity of the [...]</description>
		<content:encoded><![CDATA[<p>[...] to note about both RGBA and HSLA transparency is that these transparency settings don’t affect child elements the way the opacity property does. The alpha setting for RGBA and HSLA affects the opacity of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Opacity: A Comprehensive Reference &#124; Impressive Webs Toronto</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-1663</link>
		<dc:creator>CSS Opacity: A Comprehensive Reference &#124; Impressive Webs Toronto</dc:creator>
		<pubDate>Fri, 26 Mar 2010 05:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-1663</guid>
		<description>[...] note about both RGBA and HSLA transparency is that these transparency settings don&#8217;t affect child elements the way the opacity property does. The alpha setting for RGBA and HSLA affects the opacity of the [...]</description>
		<content:encoded><![CDATA[<p>[...] note about both RGBA and HSLA transparency is that these transparency settings don&#8217;t affect child elements the way the opacity property does. The alpha setting for RGBA and HSLA affects the opacity of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kravimir</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-1652</link>
		<dc:creator>Kravimir</dc:creator>
		<pubDate>Thu, 25 Mar 2010 18:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-1652</guid>
		<description>I&#039;ve used a similar technique before, but I gave &quot;position:relative&quot; to the element equivalent to &quot;#text_holder_2&quot; and &quot;position:absolute&quot; to the element equivalent to &quot;#alpha_2&quot; (and set z-index properties as needed) in order to avoid losing control of the document flow.

Now though, I use a PNG and DD_belatedPNG for IE6 ( http://www.dillerdesign.com/experiment/DD_belatedPNG/ ).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used a similar technique before, but I gave &#8220;position:relative&#8221; to the element equivalent to &#8220;#text_holder_2&#8243; and &#8220;position:absolute&#8221; to the element equivalent to &#8220;#alpha_2&#8243; (and set z-index properties as needed) in order to avoid losing control of the document flow.</p>
<p>Now though, I use a PNG and DD_belatedPNG for IE6 ( <a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/" rel="nofollow">http://www.dillerdesign.com/experiment/DD_belatedPNG/</a> ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-726</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-726</guid>
		<description>The simplest and most reliable solution, it seems to me, is to employ a background image, such as a 1 x 1 pixel semi-transparent png or gif that repeats through the containing element.  This allows for a dynamic (elastic) result based upon the changing dimensions of the content within the container.</description>
		<content:encoded><![CDATA[<p>The simplest and most reliable solution, it seems to me, is to employ a background image, such as a 1 x 1 pixel semi-transparent png or gif that repeats through the containing element.  This allows for a dynamic (elastic) result based upon the changing dimensions of the content within the container.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Opacity That Doesn’t Affect Child Elements &#124; Impressive Webs</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-706</link>
		<dc:creator>CSS Opacity That Doesn’t Affect Child Elements &#124; Impressive Webs</dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-706</guid>
		<description>[...] Read this article: CSS Opacity That Doesn’t Affect Child Elements &#124; Impressive Webs [...]</description>
		<content:encoded><![CDATA[<p>[...] Read this article: CSS Opacity That Doesn’t Affect Child Elements | Impressive Webs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 精品阅读（5）20090821 &#171; 寂寞如哥</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-666</link>
		<dc:creator>精品阅读（5）20090821 &#171; 寂寞如哥</dc:creator>
		<pubDate>Fri, 21 Aug 2009 05:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-666</guid>
		<description>[...] 6、不影响子元素的CSS透明方法 http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 6、不影响子元素的CSS透明方法 <a href="http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/" rel="nofollow">http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Impressive Webs</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-653</link>
		<dc:creator>Impressive Webs</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-653</guid>
		<description>@Alex:

Thanks for the heads up on that. Generally, for tutorial stuff, I don&#039;t do extensive testing in every browser. I just don&#039;t have the time for that. But I usually do a quick check in the basic 3 (IE6, IE7, FF3).

I&#039;ve corrected it, and at the same time learned an interesting way to fix IE6 absolute positioning bugs: Add &quot;clear: both&quot; to the absolutely positioned element.

Thanks again.</description>
		<content:encoded><![CDATA[<p>@Alex:</p>
<p>Thanks for the heads up on that. Generally, for tutorial stuff, I don&#8217;t do extensive testing in every browser. I just don&#8217;t have the time for that. But I usually do a quick check in the basic 3 (IE6, IE7, FF3).</p>
<p>I&#8217;ve corrected it, and at the same time learned an interesting way to fix IE6 absolute positioning bugs: Add &#8220;clear: both&#8221; to the absolutely positioned element.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.impressivewebs.com/css-opacity-that-doesnt-affect-child-elements/#comment-652</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 18 Aug 2009 17:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.impressivewebs.com/?p=819#comment-652</guid>
		<description>You&#039;re example doesn&#039;t work in ie6 (parallels)... the blue box and the text have disappeared on the right hand example.

Which browsers were you testing in? ie6 is still being used by lots of people, if you are producing accessible web sites you still have to consider them.

To any ie6 users who are reading this... it&#039;s time to move on &amp; get a different browser, save us developers a headache!</description>
		<content:encoded><![CDATA[<p>You&#8217;re example doesn&#8217;t work in ie6 (parallels)&#8230; the blue box and the text have disappeared on the right hand example.</p>
<p>Which browsers were you testing in? ie6 is still being used by lots of people, if you are producing accessible web sites you still have to consider them.</p>
<p>To any ie6 users who are reading this&#8230; it&#8217;s time to move on &amp; get a different browser, save us developers a headache!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
