<?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 &#8211; 5 Faces of Transparency</title>
	<atom:link href="http://shibashake.com/wordpress-theme/css-opacity-5-faces-of-transparency/feed" rel="self" type="application/rss+xml" />
	<link>http://shibashake.com/wordpress-theme/css-opacity-5-faces-of-transparency</link>
	<description>Dynamic WordPress Theme</description>
	<lastBuildDate>Sat, 07 Jan 2012 19:38:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: vanarebane</title>
		<link>http://shibashake.com/wordpress-theme/css-opacity-5-faces-of-transparency#comment-3074</link>
		<dc:creator>vanarebane</dc:creator>
		<pubDate>Wed, 19 Jan 2011 07:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1082#comment-3074</guid>
		<description>Hello.

Please check how the background transparencies act when the div&#039;s have some other content or borders. rgba leaves the borders and other containing backgrounds untouched.</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>Please check how the background transparencies act when the div&#8217;s have some other content or borders. rgba leaves the borders and other containing backgrounds untouched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: buy kinect</title>
		<link>http://shibashake.com/wordpress-theme/css-opacity-5-faces-of-transparency#comment-2358</link>
		<dc:creator>buy kinect</dc:creator>
		<pubDate>Sun, 24 Oct 2010 09:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1082#comment-2358</guid>
		<description>Hello there,
	
	This is a message for the webmaster/admin here at shibashake.com.

Can I use part of the information from your post above if I provide a backlink back to this website?

Thanks,
Daniel</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>	This is a message for the webmaster/admin here at shibashake.com.</p>
<p>Can I use part of the information from your post above if I provide a backlink back to this website?</p>
<p>Thanks,<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CSS Opacity – 5 Faces of Transparency&#160;&#124;&#160;My Blog</title>
		<link>http://shibashake.com/wordpress-theme/css-opacity-5-faces-of-transparency#comment-1623</link>
		<dc:creator>CSS Opacity – 5 Faces of Transparency&#160;&#124;&#160;My Blog</dc:creator>
		<pubDate>Thu, 10 Jun 2010 22:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1082#comment-1623</guid>
		<description>[...] reading here: CSS Opacity – 5 Faces of Transparency    This entry was posted on Tuesday, October 27th, 2009 at 9:55 pm and is filed under [...]</description>
		<content:encoded><![CDATA[<p>[...] reading here: CSS Opacity – 5 Faces of Transparency    This entry was posted on Tuesday, October 27th, 2009 at 9:55 pm and is filed under [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: metaw3</title>
		<link>http://shibashake.com/wordpress-theme/css-opacity-5-faces-of-transparency#comment-1280</link>
		<dc:creator>metaw3</dc:creator>
		<pubDate>Sat, 03 Apr 2010 01:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1082#comment-1280</guid>
		<description>I just wrote this jQuery plugin:
http://plugins.jquery.com/project/pureOpacity

Does that help?</description>
		<content:encoded><![CDATA[<p>I just wrote this jQuery plugin:<br />
<a href="http://plugins.jquery.com/project/pureOpacity" rel="nofollow">http://plugins.jquery.com/project/pureOpacity</a></p>
<p>Does that help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benxamin</title>
		<link>http://shibashake.com/wordpress-theme/css-opacity-5-faces-of-transparency#comment-836</link>
		<dc:creator>Benxamin</dc:creator>
		<pubDate>Mon, 14 Dec 2009 04:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1082#comment-836</guid>
		<description>Thankfully, they have such a thing as modernizer.js and eCSStender.js that solve CSS3 compatibility problems.</description>
		<content:encoded><![CDATA[<p>Thankfully, they have such a thing as modernizer.js and eCSStender.js that solve CSS3 compatibility problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/css-opacity-5-faces-of-transparency#comment-436</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Thu, 05 Nov 2009 16:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1082#comment-436</guid>
		<description>Hello Aakash,

Opacity only works for FireFox and other browsers that are CSS compliant. Sadly it does not work for IE.

IE has its own opacity command -
&lt;pre&gt;filter:alpha(opacity=50);&lt;/pre&gt;

Just add those into your CSS definitions. Also your hover should look like this - 

&lt;pre lang=&quot;HTML&quot;&gt;
.image:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);
}
&lt;/pre&gt;

However, using opacity may get you aliasing issues with IE. I highly recommend using transparent PNGs as is shown in step 5 above. It&#039;s only weakness is that IE-6 does not support repeating transparent PNGs so it will not work there, but it works very well on IE-7 and IE-8.

As a side note - hover only works on links in IE-6 so you will need to use - 
&lt;pre&gt;a:hover .image { blah }&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hello Aakash,</p>
<p>Opacity only works for FireFox and other browsers that are CSS compliant. Sadly it does not work for IE.</p>
<p>IE has its own opacity command -</p>
<pre>filter:alpha(opacity=50);</pre>
<p>Just add those into your CSS definitions. Also your hover should look like this -</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">.image:hover
{
    opacity:1.0;
    filter:alpha(opacity=100);
}</pre></div></div>

<p>However, using opacity may get you aliasing issues with IE. I highly recommend using transparent PNGs as is shown in step 5 above. It&#8217;s only weakness is that IE-6 does not support repeating transparent PNGs so it will not work there, but it works very well on IE-7 and IE-8.</p>
<p>As a side note &#8211; hover only works on links in IE-6 so you will need to use &#8211; </p>
<pre>a:hover .image { blah }</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: aakash</title>
		<link>http://shibashake.com/wordpress-theme/css-opacity-5-faces-of-transparency#comment-434</link>
		<dc:creator>aakash</dc:creator>
		<pubDate>Thu, 05 Nov 2009 12:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=1082#comment-434</guid>
		<description>.image 
{	
	background-image: url(anu.png);	
	background-repeat: no-repeat;       
	height:200px;
	width: 250px;
	position:fixed;
	left: 80%;
        opacity:0.5;   
	

}
.image:hover 
{
        opacity:100;
        	
}


i followed and the instructions given above and wrote this code but only my image apocity is getting change but no hover effect is taking place. can you plz tell me whats wrong with this....


thanks</description>
		<content:encoded><![CDATA[<p>.image<br />
{<br />
	background-image: url(anu.png);<br />
	background-repeat: no-repeat;<br />
	height:200px;<br />
	width: 250px;<br />
	position:fixed;<br />
	left: 80%;<br />
        opacity:0.5;   </p>
<p>}<br />
.image:hover<br />
{<br />
        opacity:100;</p>
<p>}</p>
<p>i followed and the instructions given above and wrote this code but only my image apocity is getting change but no hover effect is taking place. can you plz tell me whats wrong with this&#8230;.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 13/27 queries in 0.032 seconds using disk: basic
Object Caching 468/496 objects using disk: basic

Served from: shibashake.com @ 2012-01-07 17:32:44 -->
