<?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: Ghostly Compatibility: Cross Browser Transparancy with CSS</title>
	<atom:link href="http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/</link>
	<description>A simple web design blog</description>
	<lastBuildDate>Mon, 26 Jul 2010 21:09:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: IE8</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-141</link>
		<dc:creator>IE8</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-141</guid>
		<description>IE8 accept also

-ms-filter:alpha(opacity=70);</description>
		<content:encoded><![CDATA[<p>IE8 accept also</p>
<p>-ms-filter:alpha(opacity=70);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compartidos en el Reader</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-140</link>
		<dc:creator>Compartidos en el Reader</dc:creator>
		<pubDate>Sat, 12 Sep 2009 00:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-140</guid>
		<description>[...] Beautiful Free Charts For Excel &amp; Powerpoint. WP-Cache &#8211; Instalación en 7 pasos. Ghostly Compatibility: Cross Browser Transparancy with CSS. Mozy y la escala de almacenamiento digital. Escuela 2.0: la herramienta debería ser lo de menos. [...]</description>
		<content:encoded><![CDATA[<p>[...] Beautiful Free Charts For Excel &amp; Powerpoint. WP-Cache &#8211; Instalación en 7 pasos. Ghostly Compatibility: Cross Browser Transparancy with CSS. Mozy y la escala de almacenamiento digital. Escuela 2.0: la herramienta debería ser lo de menos. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a complete one =)</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-139</link>
		<dc:creator>a complete one =)</dc:creator>
		<pubDate>Thu, 10 Sep 2009 11:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-139</guid>
		<description>.transparent_class {
  /* IE 8 */
  -ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=50)&quot;;

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}</description>
		<content:encoded><![CDATA[<p>.transparent_class {<br />
  /* IE 8 */<br />
  -ms-filter: &#8220;progid:DXImageTransform.Microsoft.Alpha(Opacity=50)&#8221;;</p>
<p>  /* IE 5-7 */<br />
  filter: alpha(opacity=50);</p>
<p>  /* Netscape */<br />
  -moz-opacity: 0.5;</p>
<p>  /* Safari 1.x */<br />
  -khtml-opacity: 0.5;</p>
<p>  /* Good browsers */<br />
  opacity: 0.5;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-138</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 10 Sep 2009 05:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-138</guid>
		<description>Why use jQuery though when CSS is available, and CSS is the presentation layer?</description>
		<content:encoded><![CDATA[<p>Why use jQuery though when CSS is available, and CSS is the presentation layer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-137</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-137</guid>
		<description>Ah, I didn&#039;t think about doing it with JQuery. Thanks for the tip, Thiago.</description>
		<content:encoded><![CDATA[<p>Ah, I didn&#8217;t think about doing it with JQuery. Thanks for the tip, Thiago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thiago</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-136</link>
		<dc:creator>Thiago</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-136</guid>
		<description>Good option.

I prefer with jQuery, when it&#039;s possible.

$(&quot;.transparent_class&quot;).css({&#039;opacity&#039;:&#039;0.5&#039;});</description>
		<content:encoded><![CDATA[<p>Good option.</p>
<p>I prefer with jQuery, when it&#8217;s possible.</p>
<p>$(&#8220;.transparent_class&#8221;).css({&#8216;opacity&#8217;:&#8217;0.5&#8242;});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All Teched Up! &#171; Caintech.co.uk</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-135</link>
		<dc:creator>All Teched Up! &#171; Caintech.co.uk</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-135</guid>
		<description>[...] Streets: Google Launching Online Version of Monopoly  12 brilliant 404 pages Blog Econsultancy  Ghostly Compatibility: Cross Browser Transparancy with CSS &#8211; Cherry  Twitter-Tools fr den Profi Tools, Twitter Dr. Web Magazin  Hibernate Tutorial  Geek &amp; Mild by [...]</description>
		<content:encoded><![CDATA[<p>[...] Streets: Google Launching Online Version of Monopoly  12 brilliant 404 pages Blog Econsultancy  Ghostly Compatibility: Cross Browser Transparancy with CSS &#8211; Cherry  Twitter-Tools fr den Profi Tools, Twitter Dr. Web Magazin  Hibernate Tutorial  Geek &amp; Mild by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mes favoris du 7-09-09 au 8-09-09</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-134</link>
		<dc:creator>Mes favoris du 7-09-09 au 8-09-09</dc:creator>
		<pubDate>Tue, 08 Sep 2009 12:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-134</guid>
		<description>[...] Ghostly Compatibility: Cross Browser Transparancy with CSS &#8211; Cherrysave&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] Ghostly Compatibility: Cross Browser Transparancy with CSS &#8211; Cherrysave&nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ghostly Compatibility: Cross Browser Transparancy with CSS &#8211; Cherrysave &#171; Netcrema &#8211; creme de la social news via digg + delicious + stumpleupon + reddit</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-133</link>
		<dc:creator>Ghostly Compatibility: Cross Browser Transparancy with CSS &#8211; Cherrysave &#171; Netcrema &#8211; creme de la social news via digg + delicious + stumpleupon + reddit</dc:creator>
		<pubDate>Tue, 08 Sep 2009 09:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-133</guid>
		<description>[...] Ghostly Compatibility: Cross Browser Transparancy with CSS &#8211; Cherrysavecherrysave.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Ghostly Compatibility: Cross Browser Transparancy with CSS &#8211; Cherrysavecherrysave.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nix</title>
		<link>http://www.cherrysave.com/web-design/ghostly-compatibility-cross-browser-transparancy-with-css/comment-page-1/#comment-132</link>
		<dc:creator>Nix</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cherrysave.com/?p=189#comment-132</guid>
		<description>@Russell,
-moz-opacity is.</description>
		<content:encoded><![CDATA[<p>@Russell,<br />
-moz-opacity is.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
