<?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: Fancy transparencies with rgba</title>
	<atom:link href="http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/feed/" rel="self" type="application/rss+xml" />
	<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/</link>
	<description>A blog about editing, managing and building web stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:07:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: duggi</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-28547</link>
		<dc:creator>duggi</dc:creator>
		<pubDate>Wed, 02 Sep 2009 00:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-28547</guid>
		<description>i hope u figured out what its useful for by now ... you can set the background of a container half transparent, and the text or anything else inside the container is still fully opaque. key use.</description>
		<content:encoded><![CDATA[<p>i hope u figured out what its useful for by now &#8230; you can set the background of a container half transparent, and the text or anything else inside the container is still fully opaque. key use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-22711</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-22711</guid>
		<description>Hi Matt,

Yes, I can&#039;t say that the hover effect has many practical uses, although I&#039;m sure it can be used to some creative effect.

Hope you and the business are keeping well.</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Yes, I can&#8217;t say that the hover effect has many practical uses, although I&#8217;m sure it can be used to some creative effect.</p>
<p>Hope you and the business are keeping well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Riches</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-22614</link>
		<dc:creator>Matt Riches</dc:creator>
		<pubDate>Mon, 13 Apr 2009 20:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-22614</guid>
		<description>Hey,

I too am impressed with the simplistic code that is required for such an action!

Simple &amp; efficient.

I wouldn&#039;t know a situation where I would use it but I have seen rather ghastly flash &#039;animations&#039; and horribly large &#039;roll over&#039; images that could be replaced with the code.

If I find a placement to incorporate the code, I&#039;ll let you know.  Maybe buttons?

Matt.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I too am impressed with the simplistic code that is required for such an action!</p>
<p>Simple &amp; efficient.</p>
<p>I wouldn&#8217;t know a situation where I would use it but I have seen rather ghastly flash &#8216;animations&#8217; and horribly large &#8216;roll over&#8217; images that could be replaced with the code.</p>
<p>If I find a placement to incorporate the code, I&#8217;ll let you know.  Maybe buttons?</p>
<p>Matt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-19100</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-19100</guid>
		<description>Kind of. There&#039;s a difference in that children of any element don&#039;t inherit the &lt;code&gt;rgba&lt;/code&gt; value. It&#039;s also simpler to implement.

See a &lt;a href=&quot;http://mixedgrill.webindustry.asn.au/2008/opacity-vs-rgba-transparency-with-css&quot; rel=&quot;nofollow&quot;&gt;pretty useful article on the differences&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Kind of. There&#8217;s a difference in that children of any element don&#8217;t inherit the <code>rgba</code> value. It&#8217;s also simpler to implement.</p>
<p>See a <a href="http://mixedgrill.webindustry.asn.au/2008/opacity-vs-rgba-transparency-with-css" rel="nofollow">pretty useful article on the differences</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-19097</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-19097</guid>
		<description>I see. although the css property &#039;opacity&#039; does the same in standards-compliant browsers?</description>
		<content:encoded><![CDATA[<p>I see. although the css property &#8216;opacity&#8217; does the same in standards-compliant browsers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-19095</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Wed, 25 Mar 2009 14:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-19095</guid>
		<description>Hi Konstantin,

It&#039;s part of the CSS rather than the HTML (specifically, it&#039;s a value, just as &lt;code&gt;#000&lt;/code&gt;, &lt;code&gt;bold&lt;/code&gt; and &lt;code&gt;small-caps&lt;/code&gt; are.)

Leon</description>
		<content:encoded><![CDATA[<p>Hi Konstantin,</p>
<p>It&#8217;s part of the CSS rather than the HTML (specifically, it&#8217;s a value, just as <code>#000</code>, <code>bold</code> and <code>small-caps</code> are.)</p>
<p>Leon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-19072</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Wed, 25 Mar 2009 12:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-19072</guid>
		<description>It works in Chrome as well. Very interesting. Is this an HTML5 attribute? I have never seen it before.</description>
		<content:encoded><![CDATA[<p>It works in Chrome as well. Very interesting. Is this an HTML5 attribute? I have never seen it before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-15790</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Fri, 06 Mar 2009 16:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-15790</guid>
		<description>Yes, Stalin used to invoke Lenin&#039;s name whenever he went on a purge. I think he even ended up denouncing Lenin as not being revolutionary enough.

Would you have to use inline CSS? Maybe you could do something with a custom field to give each link its own class and assign each class its own background image. (That&#039;s probably nonsense!)</description>
		<content:encoded><![CDATA[<p>Yes, Stalin used to invoke Lenin&#8217;s name whenever he went on a purge. I think he even ended up denouncing Lenin as not being revolutionary enough.</p>
<p>Would you have to use inline CSS? Maybe you could do something with a custom field to give each link its own class and assign each class its own background image. (That&#8217;s probably nonsense!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: inspirationbit</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-15754</link>
		<dc:creator>inspirationbit</dc:creator>
		<pubDate>Fri, 06 Mar 2009 16:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-15754</guid>
		<description>oh, yes, that&#039;s better now: I was wondering that it didn&#039;t look all that transparent.
Thanks, I&#039;ll also try on a test site, will let you know when it&#039;s up.

Yes, you&#039;re absolutely right: Stalin was Georgian. He was Lenin&#039;s closest sidekick (and the most powerful one), so when Lenin came to power, Georgia was one of the first republics whom Stalin had &#039;Sovetized&#039;.</description>
		<content:encoded><![CDATA[<p>oh, yes, that&#8217;s better now: I was wondering that it didn&#8217;t look all that transparent.<br />
Thanks, I&#8217;ll also try on a test site, will let you know when it&#8217;s up.</p>
<p>Yes, you&#8217;re absolutely right: Stalin was Georgian. He was Lenin&#8217;s closest sidekick (and the most powerful one), so when Lenin came to power, Georgia was one of the first republics whom Stalin had &#8216;Sovetized&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leon</title>
		<link>http://leonpaternoster.com/2009/03/fancy-transparencies-with-rgba/#comment-15753</link>
		<dc:creator>Leon</dc:creator>
		<pubDate>Fri, 06 Mar 2009 16:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://leonpaternoster.com/?p=490#comment-15753</guid>
		<description>That&#039;s a good call, Vivien&#8212;this is one of a bunch of fantastic Soviet&#8211;era photos I stumbled on years ago. I&#039;ve taken them across laptops, but lost the original link. (On a complete sidenote, wasn&#039;t Stalin Georgian? Anyway&#8230;)

Your idea sounds good&#8212;why not try it on a test site? The problem I&#039;ve got with the effect is that it looks good in isolation but it might annoy in the extreme on a real page.

Oh, I&#039;ve changed it a bit since your comment: it&#039;s more obviously transparent now.

I too like the simplicity. I&#039;m sure it could be used with some creativity.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a good call, Vivien&mdash;this is one of a bunch of fantastic Soviet&ndash;era photos I stumbled on years ago. I&#8217;ve taken them across laptops, but lost the original link. (On a complete sidenote, wasn&#8217;t Stalin Georgian? Anyway&hellip;)</p>
<p>Your idea sounds good&mdash;why not try it on a test site? The problem I&#8217;ve got with the effect is that it looks good in isolation but it might annoy in the extreme on a real page.</p>
<p>Oh, I&#8217;ve changed it a bit since your comment: it&#8217;s more obviously transparent now.</p>
<p>I too like the simplicity. I&#8217;m sure it could be used with some creativity.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

